Kconfig (f1c50f2489f40494658a6b7326bd6d5a26f72711) Kconfig (a393edad2a1d5a53918bfb5ac1608fb8d17068dc)
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
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
15source "drivers/media/common/b2c2/Kconfig"
16source "drivers/media/common/saa7146/Kconfig"
17source "drivers/media/common/siano/Kconfig"
19source "drivers/media/common/b2c2/Kconfig"
20source "drivers/media/common/saa7146/Kconfig"
21source "drivers/media/common/siano/Kconfig"