Kconfig (de65d816aa44f9ddd79861ae21d75010cc1fd003) | Kconfig (625958207752519bd0e49d0dcdde61a20ac081b3) |
---|---|
1# Used by common drivers, when they need to ask questions 2config MEDIA_COMMON_OPTIONS 3 bool 4 5comment "common driver options" 6 depends on MEDIA_COMMON_OPTIONS 7 | 1# Used by common drivers, when they need to ask questions 2config MEDIA_COMMON_OPTIONS 3 bool 4 5comment "common driver options" 6 depends on MEDIA_COMMON_OPTIONS 7 |
8config VIDEO_CX2341X 9 tristate 10 |
|
8source "drivers/media/common/b2c2/Kconfig" 9source "drivers/media/common/saa7146/Kconfig" 10source "drivers/media/common/siano/Kconfig" | 11source "drivers/media/common/b2c2/Kconfig" 12source "drivers/media/common/saa7146/Kconfig" 13source "drivers/media/common/siano/Kconfig" |