Kconfig (27eb2c4b3d3e13f376a359e293c212a2e9407af5) | Kconfig (90ca8bef9082c2036a200dd2cd17924944cd339b) |
---|---|
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 | 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 |
11config VIDEO_BTCX 12 depends on PCI 13 tristate 14 | |
15config VIDEO_TVEEPROM 16 tristate 17 depends on I2C 18 19config CYPRESS_FIRMWARE 20 tristate "Cypress firmware helper routines" 21 depends on USB 22 23source "drivers/media/common/b2c2/Kconfig" 24source "drivers/media/common/saa7146/Kconfig" 25source "drivers/media/common/siano/Kconfig" | 11config VIDEO_TVEEPROM 12 tristate 13 depends on I2C 14 15config CYPRESS_FIRMWARE 16 tristate "Cypress firmware helper routines" 17 depends on USB 18 19source "drivers/media/common/b2c2/Kconfig" 20source "drivers/media/common/saa7146/Kconfig" 21source "drivers/media/common/siano/Kconfig" |