diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 09:42:41 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 09:42:41 -0300 |
| commit | fe1b63559744f62262a57748763586b4a97bed3b (patch) | |
| tree | f700384269c79146443cb9cc4e2ccc8c3a7276c6 /v4l/Kconfig.staging | |
| parent | 7267a608e1c1c223a1977377ddb57367d97eb737 (diff) | |
| download | mediapointer-dvb-s2-fe1b63559744f62262a57748763586b4a97bed3b.tar.gz mediapointer-dvb-s2-fe1b63559744f62262a57748763586b4a97bed3b.tar.bz2 | |
Add tm6000 and tuner-xc2028 drivers
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Adds a V4L driver for Trident TV Master TM5600/TM6000 chips.
Those USB devices are usually found with a Xceive XC2028/XC3028
tuner, although the firmware seems to be modified to work with
those chips.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/Kconfig.staging')
| -rw-r--r-- | v4l/Kconfig.staging | 23 |
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 |
