1config VIDEO_TM6000
2	tristate "TV Master TM5600/6000/6010 driver"
3	depends on VIDEO_DEV && I2C && INPUT && RC_CORE && USB
4	select VIDEO_TUNER
5	select MEDIA_TUNER_XC2028
6	select MEDIA_TUNER_XC5000
7	select VIDEOBUF_VMALLOC
8	help
9	  Support for TM5600/TM6000/TM6010 USB Device
10
11	  Since these cards have no MPEG decoder onboard, they transmit
12	  only compressed MPEG data over the usb bus, so you need
13	  an external software decoder to watch TV on your computer.
14
15	  Say Y if you own such a device and want to use it.
16
17config VIDEO_TM6000_ALSA
18	tristate "TV Master TM5600/6000/6010 audio support"
19	depends on VIDEO_TM6000 && SND
20	select SND_PCM
21	---help---
22	  This is a video4linux driver for direct (DMA) audio for
23	  TM5600/TM6000/TM6010 USB Devices.
24
25	  To compile this driver as a module, choose M here: the
26	  module will be called tm6000-alsa.
27
28config VIDEO_TM6000_DVB
29	tristate "DVB Support for tm6000 based TV cards"
30	depends on VIDEO_TM6000 && DVB_CORE && USB
31	select DVB_ZL10353
32	---help---
33	  This adds support for DVB cards based on the tm5600/tm6000 chip.
34