summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-03-26 23:17:32 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2008-03-26 23:17:32 -0400
commit34467135b51fa606c8ceed8e791d5a1afab21549 (patch)
treeae15693da37d9bafa31de993ffe8206c68a87c89 /linux/drivers/media/dvb/bt8xx
parentd704829af2530f7beaf1cc1313ce410191e1cd4e (diff)
downloadmediapointer-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')
-rw-r--r--linux/drivers/media/dvb/bt8xx/Kconfig2
-rw-r--r--linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h1
2 files changed, 1 insertions, 2 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
diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
index 0ada48451..6b4ed25c7 100644
--- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
+++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
@@ -41,7 +41,6 @@
#include "or51211.h"
#include "lgdt330x.h"
#include "zl10353.h"
-#include "dvb-pll.h"
#include "tuner-simple.h"
struct dvb_bt8xx_card {