diff options
author | Stefan Ringel <stefan.ringel@arcor.de> | 2010-05-23 15:29:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-06-01 01:22:05 -0300 |
commit | 71d67f739e0b02995c2eb650448f031b76720307 (patch) | |
tree | b970c2558bc052877272d1b71a8d601d93ab5b2d /drivers/staging | |
parent | f36cc0342df21fc6820b53cdfba3e98ee5943f46 (diff) | |
download | kernel_goldelico_gta04-71d67f739e0b02995c2eb650448f031b76720307.zip kernel_goldelico_gta04-71d67f739e0b02995c2eb650448f031b76720307.tar.gz kernel_goldelico_gta04-71d67f739e0b02995c2eb650448f031b76720307.tar.bz2 |
V4L/DVB: tm6000: Properly select the tuners
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/tm6000/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/tm6000/Kconfig b/drivers/staging/tm6000/Kconfig index 5fe759c..3657e33 100644 --- a/drivers/staging/tm6000/Kconfig +++ b/drivers/staging/tm6000/Kconfig @@ -2,7 +2,8 @@ config VIDEO_TM6000 tristate "TV Master TM5600/6000/6010 driver" depends on VIDEO_DEV && I2C && INPUT && USB && EXPERIMENTAL select VIDEO_TUNER - select TUNER_XC2028 + select MEDIA_TUNER_XC2028 + select MEDIA_TUNER_XC5000 select VIDEOBUF_VMALLOC help Support for TM5600/TM6000/TM6010 USB Device |