diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-03-26 23:17:32 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-03-26 23:17:32 -0400 |
commit | 34467135b51fa606c8ceed8e791d5a1afab21549 (patch) | |
tree | ae15693da37d9bafa31de993ffe8206c68a87c89 /linux/drivers/media/dvb/dvb-usb | |
parent | d704829af2530f7beaf1cc1313ce410191e1cd4e (diff) | |
download | mediapointer-dvb-s2-34467135b51fa606c8ceed8e791d5a1afab21549.tar.gz mediapointer-dvb-s2-34467135b51fa606c8ceed8e791d5a1afab21549.tar.bz2 |
kconfig fixes for tuner-simple
From: Michael Krufky <mkrufky@linuxtv.org>
Update Kconfig for the hybrid devices recently converted
to use tuner-simple rather than dvb-pll.
dvb-bt8xx no longer uses dvb-pll at all, so remove all
references to dvb-pll within that driver.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Kconfig b/linux/drivers/media/dvb/dvb-usb/Kconfig index d73934dd4..3c8493d20 100644 --- a/linux/drivers/media/dvb/dvb-usb/Kconfig +++ b/linux/drivers/media/dvb/dvb-usb/Kconfig @@ -105,6 +105,7 @@ config DVB_USB_CXUSB select DVB_LGDT330X if !DVB_FE_CUSTOMISE select DVB_MT352 if !DVB_FE_CUSTOMISE select DVB_ZL10353 if !DVB_FE_CUSTOMISE + select TUNER_SIMPLE if !DVB_FE_CUSTOMISE help Say Y here to support the Conexant USB2.0 hybrid reference design. Currently, only DVB and ATSC modes are supported, analog mode |