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