aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/common/Kconfig')
-rw-r--r--drivers/media/common/Kconfig28
1 files changed, 22 insertions, 6 deletions
diff --git a/drivers/media/common/Kconfig b/drivers/media/common/Kconfig
index 769c6f8142d..b85f88c8ddb 100644
--- a/drivers/media/common/Kconfig
+++ b/drivers/media/common/Kconfig
@@ -1,9 +1,25 @@
-config VIDEO_SAA7146
+# Used by common drivers, when they need to ask questions
+config MEDIA_COMMON_OPTIONS
+ bool
+
+comment "common driver options"
+ depends on MEDIA_COMMON_OPTIONS
+
+config VIDEO_CX2341X
+ tristate
+
+config VIDEO_BTCX
+ depends on PCI
tristate
- depends on I2C && PCI
-config VIDEO_SAA7146_VV
+config VIDEO_TVEEPROM
tristate
- depends on VIDEO_V4L2
- select VIDEOBUF_DMA_SG
- select VIDEO_SAA7146
+ depends on I2C
+
+config CYPRESS_FIRMWARE
+ tristate "Cypress firmware helper routines"
+ depends on USB
+
+source "drivers/media/common/b2c2/Kconfig"
+source "drivers/media/common/saa7146/Kconfig"
+source "drivers/media/common/siano/Kconfig"