0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config VIDEO_TM6000
0003 tristate "TV Master TM5600/6000/6010 driver"
0004 depends on VIDEO_DEV && I2C && INPUT && RC_CORE && USB
0005 select VIDEO_TUNER
0006 select MEDIA_TUNER_XC2028
0007 select MEDIA_TUNER_XC5000
0008 select VIDEOBUF_VMALLOC
0009 help
0010 Support for TM5600/TM6000/TM6010 USB Device
0011
0012 Since these cards have no MPEG decoder onboard, they transmit
0013 only compressed MPEG data over the usb bus, so you need
0014 an external software decoder to watch TV on your computer.
0015
0016 Say Y if you own such a device and want to use it.
0017
0018 config VIDEO_TM6000_ALSA
0019 tristate "TV Master TM5600/6000/6010 audio support"
0020 depends on VIDEO_TM6000 && SND
0021 select SND_PCM
0022 help
0023 This is a video4linux driver for direct (DMA) audio for
0024 TM5600/TM6000/TM6010 USB Devices.
0025
0026 To compile this driver as a module, choose M here: the
0027 module will be called tm6000-alsa.
0028
0029 config VIDEO_TM6000_DVB
0030 tristate "DVB Support for tm6000 based TV cards"
0031 depends on VIDEO_TM6000 && DVB_CORE && USB
0032 select DVB_ZL10353
0033 help
0034 This adds support for DVB cards based on the tm5600/tm6000 chip.