From: Adrian Bunk The BUS_I2C option is neither available (since there is no VISWS option in the kernel) nor does it have any effect - so why not remove it? Based on a report by Jean-Luc Leger . Signed-off-by: Adrian Bunk Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton --- drivers/video/Kconfig | 5 ----- 1 files changed, 5 deletions(-) diff -puN drivers/video/Kconfig~from-drivers-video-kconfig-remove-unused-bus_i2c-option drivers/video/Kconfig --- 25/drivers/video/Kconfig~from-drivers-video-kconfig-remove-unused-bus_i2c-option Fri Feb 3 14:23:01 2006 +++ 25-akpm/drivers/video/Kconfig Fri Feb 3 14:23:01 2006 @@ -525,11 +525,6 @@ config FB_GBE_MEM This is the amount of memory reserved for the framebuffer, which can be any value between 1MB and 8MB. -config BUS_I2C - bool - depends on (FB = y) && VISWS - default y - config FB_SUN3 bool "Sun3 framebuffer support" depends on (FB = y) && (SUN3 || SUN3X) && BROKEN _