2019-05-19 13:07:45 +01:00
# SPDX-License-Identifier: GPL-2.0-only
2009-09-14 09:42:41 -03:00
config VIDEO_TM6000
2008-01-11 13:19:45 -03:00
tristate "TV Master TM5600/6000/6010 driver"
2011-11-28 15:46:16 -03:00
depends on VIDEO_DEV && I2C && INPUT && RC_CORE && USB
2007-10-23 16:36:55 -03:00
select VIDEO_TUNER
2010-05-23 15:29:24 -03:00
select MEDIA_TUNER_XC2028
select MEDIA_TUNER_XC5000
2009-09-14 09:42:41 -03:00
select VIDEOBUF_VMALLOC
help
2008-01-11 13:19:45 -03:00
Support for TM5600/TM6000/TM6010 USB Device
2009-09-14 09:42:41 -03:00
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.
2007-08-25 08:35:31 -03:00
2008-01-11 13:19:45 -03:00
config VIDEO_TM6000_ALSA
tristate "TV Master TM5600/6000/6010 audio support"
2011-11-28 15:46:16 -03:00
depends on VIDEO_TM6000 && SND
2008-01-11 13:19:45 -03:00
select SND_PCM
2019-03-20 06:39:44 -04:00
help
2008-01-11 13:19:45 -03:00
This is a video4linux driver for direct (DMA) audio for
TM5600/TM6000/TM6010 USB Devices.
To compile this driver as a module, choose M here: the
module will be called tm6000-alsa.
2007-08-25 08:35:31 -03:00
config VIDEO_TM6000_DVB
2010-05-30 09:19:04 -03:00
tristate "DVB Support for tm6000 based TV cards"
2011-11-28 15:46:16 -03:00
depends on VIDEO_TM6000 && DVB_CORE && USB
2007-11-04 16:36:15 -03:00
select DVB_ZL10353
2019-03-20 06:39:44 -04:00
help
2007-08-25 08:35:31 -03:00
This adds support for DVB cards based on the tm5600/tm6000 chip.