summaryrefslogtreecommitdiff
path: root/v4l/Kconfig.staging
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/Kconfig.staging')
-rw-r--r--v4l/Kconfig.staging23
1 files changed, 22 insertions, 1 deletions
diff --git a/v4l/Kconfig.staging b/v4l/Kconfig.staging
index 45bfeb002..da0a041af 100644
--- a/v4l/Kconfig.staging
+++ b/v4l/Kconfig.staging
@@ -21,10 +21,16 @@ menuconfig STAGING
If in doubt, say N here.
-
if STAGING
menu "Media devices in staging"
+config STAGING_BROKEN
+ bool "Enable drivers that are known to not compile"
+ default n
+ --- help ---
+ Say N here, except if you will be fixing the drivers
+ compilation.
+
config VIDEO_GO7007
tristate "Go 7007 support"
depends on VIDEO_DEV && PCI && I2C && INPUT
@@ -96,6 +102,21 @@ config VIDEO_CX25821_ALSA
To compile this driver as a module, choose M here: the
module will be called cx25821-alsa.
+config VIDEO_TM6000
+ tristate "TV Master TM5600/6000 driver"
+ select VIDEO_V4L2
+ select TUNER_XC2028
+ select VIDEO_USB_ISOC
+ select VIDEOBUF_VMALLOC
+ depends on STAGING_BROKEN
+ help
+ Support for TM5600/TM6000 USB Device
+
+ Since these cards have no MPEG decoder onboard, they transmit
+ only compressed MPEG data over the usb bus, so you need
+ an external software decoder to watch TV on your computer.
+
+ Say Y if you own such a device and want to use it.
endmenu