Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] drivers/video/Kconfig: remove unused BUS_I2C option

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 <reiga@dspnet.fr.eu.org>.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
891e5e5e 1d308839

-5
-5
drivers/video/Kconfig
··· 525 525 This is the amount of memory reserved for the framebuffer, 526 526 which can be any value between 1MB and 8MB. 527 527 528 - config BUS_I2C 529 - bool 530 - depends on (FB = y) && VISWS 531 - default y 532 - 533 528 config FB_SUN3 534 529 bool "Sun3 framebuffer support" 535 530 depends on (FB = y) && (SUN3 || SUN3X) && BROKEN