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