diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:46:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:55 -0400 |
commit | 2c4963d4fb6103c0589db411fccf5e4f8531f173 (patch) | |
tree | 281e54b76b962d6d98f87e8ab169e4aec9d987c6 /drivers/media/video/cx88 | |
parent | a03402d8ad1638a0a88c5091a189be146c1ee261 (diff) |
V4L/DVB (7441): kconfig fixes for tuner-simple
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index 49d3813a9b48..bcf6d9ba063d 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig | |||
@@ -57,6 +57,7 @@ config VIDEO_CX88_DVB | |||
57 | select DVB_NXT200X if !DVB_FE_CUSTOMISE | 57 | select DVB_NXT200X if !DVB_FE_CUSTOMISE |
58 | select DVB_CX24123 if !DVB_FE_CUSTOMISE | 58 | select DVB_CX24123 if !DVB_FE_CUSTOMISE |
59 | select DVB_ISL6421 if !DVB_FE_CUSTOMISE | 59 | select DVB_ISL6421 if !DVB_FE_CUSTOMISE |
60 | select TUNER_SIMPLE if !DVB_FE_CUSTOMISE | ||
60 | ---help--- | 61 | ---help--- |
61 | This adds support for DVB/ATSC cards based on the | 62 | This adds support for DVB/ATSC cards based on the |
62 | Conexant 2388x chip. | 63 | Conexant 2388x chip. |