summaryrefslogtreecommitdiff
path: root/drivers/staging/tm6000/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-01-11 13:19:45 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-18 00:40:11 -0300
commit44351aa0ee98b745986c94e139e0b1fdbd270015 (patch)
tree2d249d62e3ec56ac9116e15bd972bc4d3ea05135 /drivers/staging/tm6000/Kconfig
parent7ca30c524e7c6f21d05577f2ffe6fc1e632f372a (diff)
V4L/DVB (12832): tm6000: allow compilation of tm6000-alsa module
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/Kconfig')
-rw-r--r--drivers/staging/tm6000/Kconfig18
1 files changed, 15 insertions, 3 deletions
diff --git a/drivers/staging/tm6000/Kconfig b/drivers/staging/tm6000/Kconfig
index 5e0c98189cc7..5d36df472edb 100644
--- a/drivers/staging/tm6000/Kconfig
+++ b/drivers/staging/tm6000/Kconfig
@@ -1,11 +1,12 @@
config VIDEO_TM6000
- tristate "TV Master TM5600/6000 driver"
+ tristate "TV Master TM5600/6000/6010 driver"
+ depends on EXPERIMENTAL
select VIDEO_V4L2
select VIDEO_TUNER
select TUNER_XC2028
select VIDEOBUF_VMALLOC
help
- Support for TM5600/TM6000 USB Device
+ Support for TM5600/TM6000/TM6010 USB Device
Since these cards have no MPEG decoder onboard, they transmit
only compressed MPEG data over the usb bus, so you need
@@ -13,9 +14,20 @@ config VIDEO_TM6000
Say Y if you own such a device and want to use it.
+config VIDEO_TM6000_ALSA
+ tristate "TV Master TM5600/6000/6010 audio support"
+ depends on VIDEO_TM6000 && SND && EXPERIMENTAL
+ select SND_PCM
+ ---help---
+ 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.
+
config VIDEO_TM6000_DVB
bool "DVB Support for tm6000 based TV cards"
- depends on VIDEO_TM6000 && DVB_CORE
+ depends on VIDEO_TM6000 && DVB_CORE && EXPERIMENTAL
select DVB_ZL10353
---help---
This adds support for DVB cards based on the tm5600/tm6000 chip.