aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/fbdev/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index 758685e8046d..a8c9b2de28bd 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -360,6 +360,7 @@ config FB_CYBER2000_DDC
360config FB_CYBER2000_I2C 360config FB_CYBER2000_I2C
361 bool "CyberPro 2000/2010/5000 I2C support" 361 bool "CyberPro 2000/2010/5000 I2C support"
362 depends on FB_CYBER2000 && I2C && ARCH_NETWINDER 362 depends on FB_CYBER2000 && I2C && ARCH_NETWINDER
363 depends on I2C=y || FB_CYBER2000=m
363 select I2C_ALGOBIT 364 select I2C_ALGOBIT
364 help 365 help
365 Enable support for the I2C video decoder interface on the 366 Enable support for the I2C video decoder interface on the
@@ -2296,6 +2297,7 @@ endchoice
2296config FB_MB862XX_I2C 2297config FB_MB862XX_I2C
2297 bool "Support I2C bus on MB862XX GDC" 2298 bool "Support I2C bus on MB862XX GDC"
2298 depends on FB_MB862XX && I2C 2299 depends on FB_MB862XX && I2C
2300 depends on FB_MB862XX=m || I2C=y
2299 default y 2301 default y
2300 help 2302 help
2301 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter 2303 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter