We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423431a commit f7200b6Copy full SHA for f7200b6
drivers/video/fbdev/Kconfig
@@ -360,6 +360,7 @@ config FB_CYBER2000_DDC
360
config FB_CYBER2000_I2C
361
bool "CyberPro 2000/2010/5000 I2C support"
362
depends on FB_CYBER2000 && I2C && ARCH_NETWINDER
363
+ depends on I2C=y || FB_CYBER2000=m
364
select I2C_ALGOBIT
365
help
366
Enable support for the I2C video decoder interface on the
@@ -2296,6 +2297,7 @@ endchoice
2296
2297
config FB_MB862XX_I2C
2298
bool "Support I2C bus on MB862XX GDC"
2299
depends on FB_MB862XX && I2C
2300
+ depends on FB_MB862XX=m || I2C=y
2301
default y
2302
2303
Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter
0 commit comments