0cb7d819a5d21366a04cab30b4a6c291ffc90c42
[sfrench/cifs-2.6.git] / drivers / media / common / Kconfig
1 # Used by common drivers, when they need to ask questions
2 config MEDIA_COMMON_OPTIONS
3         bool
4
5 comment "common driver options"
6         depends on MEDIA_COMMON_OPTIONS
7
8 config VIDEO_CX2341X
9         tristate
10
11 config VIDEO_TVEEPROM
12         tristate
13         depends on I2C
14
15 config CYPRESS_FIRMWARE
16         tristate "Cypress firmware helper routines"
17         depends on USB
18
19 source "drivers/media/common/videobuf2/Kconfig"
20 source "drivers/media/common/b2c2/Kconfig"
21 source "drivers/media/common/saa7146/Kconfig"
22 source "drivers/media/common/siano/Kconfig"
23 source "drivers/media/common/v4l2-tpg/Kconfig"