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/video/cx88 | |
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/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/Kconfig b/linux/drivers/media/video/cx88/Kconfig index 49d3813a9..bcf6d9ba0 100644 --- a/linux/drivers/media/video/cx88/Kconfig +++ b/linux/drivers/media/video/cx88/Kconfig @@ -57,6 +57,7 @@ config VIDEO_CX88_DVB select DVB_NXT200X if !DVB_FE_CUSTOMISE select DVB_CX24123 if !DVB_FE_CUSTOMISE select DVB_ISL6421 if !DVB_FE_CUSTOMISE + select TUNER_SIMPLE if !DVB_FE_CUSTOMISE ---help--- This adds support for DVB/ATSC cards based on the Conexant 2388x chip. |