Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / media / common / Kconfig
diff --git a/kernel/drivers/media/common/Kconfig b/kernel/drivers/media/common/Kconfig
new file mode 100644 (file)
index 0000000..21154dd
--- /dev/null
@@ -0,0 +1,21 @@
+# 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_TVEEPROM
+       tristate
+       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"