summaryrefslogtreecommitdiff
path: root/drivers/staging/tm6000/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-09-14 09:42:41 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-18 00:39:25 -0300
commit9701dc94a14e54a33c3c99744ec3a761f6385fc6 (patch)
tree108ba8e47fd309b34a8fddb85f43231a53b4c8ac /drivers/staging/tm6000/Kconfig
parente40152ee1e1c7a63f4777791863215e3faa37a86 (diff)
V4L/DVB (12770): Add tm6000 driver to staging tree
Adds a 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 on some older devices. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/Kconfig')
-rw-r--r--drivers/staging/tm6000/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/Kconfig b/drivers/staging/tm6000/Kconfig
new file mode 100644
index 000000000000..841e026ecef0
--- /dev/null
+++ b/drivers/staging/tm6000/Kconfig
@@ -0,0 +1,14 @@
+config VIDEO_TM6000
+ tristate "TV Master TM5600/6000 driver"
+ select VIDEO_V4L2
+ select TUNER_XC2028
+ select VIDEO_USB_ISOC
+ select VIDEOBUF_VMALLOC
+ 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.