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/bt8xx/Kconfig | |
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/bt8xx/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/Kconfig b/linux/drivers/media/dvb/bt8xx/Kconfig index ea666174e..902c762e0 100644 --- a/linux/drivers/media/dvb/bt8xx/Kconfig +++ b/linux/drivers/media/dvb/bt8xx/Kconfig @@ -7,8 +7,8 @@ config DVB_BT8XX select DVB_CX24110 if !DVB_FE_CUSTOMISE select DVB_OR51211 if !DVB_FE_CUSTOMISE select DVB_LGDT330X if !DVB_FE_CUSTOMISE - select DVB_PLL if !DVB_FE_CUSTOMISE select DVB_ZL10353 if !DVB_FE_CUSTOMISE + select TUNER_SIMPLE if !DVB_FE_CUSTOMISE select FW_LOADER help Support for PCI cards based on the Bt8xx PCI bridge. Examples are |