From: Adrian Bunk We had three (sic) VIDEO_SELECT options: - two in drivers/video/Kconfig - one in drivers/video/console/Kconfig This patch removes the two options in drivers/video/Kconfig and also removes the unneeded usage in drivers/video/sis/sis_main.c . Signed-off-by: Adrian Bunk Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/video/Kconfig | 11 ----------- drivers/video/sis/sis_main.c | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff -puN drivers/video/Kconfig~fbdev-cleanup-the-config_video_select-mess drivers/video/Kconfig --- devel/drivers/video/Kconfig~fbdev-cleanup-the-config_video_select-mess 2006-05-11 15:19:37.000000000 -0700 +++ devel-akpm/drivers/video/Kconfig 2006-05-11 15:19:37.000000000 -0700 @@ -488,11 +488,6 @@ config FB_VESA You will get a boot time penguin logo at no additional cost. Please read . If unsure, say Y. -config VIDEO_SELECT - bool - depends on FB_VESA - default y - config FB_HGA tristate "Hercules mono graphics support" depends on FB && X86 @@ -515,12 +510,6 @@ config FB_HGA_ACCEL This will compile the Hercules mono graphics with acceleration functions. - -config VIDEO_SELECT - bool - depends on (FB = y) && X86 - default y - config FB_SGIVW tristate "SGI Visual Workstation framebuffer support" depends on FB && X86_VISWS diff -puN drivers/video/sis/sis_main.c~fbdev-cleanup-the-config_video_select-mess drivers/video/sis/sis_main.c --- devel/drivers/video/sis/sis_main.c~fbdev-cleanup-the-config_video_select-mess 2006-05-11 15:19:37.000000000 -0700 +++ devel-akpm/drivers/video/sis/sis_main.c 2006-05-11 15:19:37.000000000 -0700 @@ -275,7 +275,7 @@ sisfb_search_mode(char *name, BOOLEAN qu static void __devinit sisfb_get_vga_mode_from_kernel(void) { -#if (defined(__i386__) || defined(__x86_64__)) && defined(CONFIG_VIDEO_SELECT) +#ifdef CONFIG_X86 char mymode[32]; int mydepth = screen_info.lfb_depth; _