aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/Kconfig
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-05-12 19:31:51 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:00:21 -0400
commitcd20ca9f194323c74ecccf15a3f5ff6c44effe69 (patch)
tree36e8ad6eab353a34dec9713f9bfbfb7c5060a844 /drivers/media/video/cx88/Kconfig
parent9a10655ffa20b596fd162b1c96301f3bed752918 (diff)
V4L/DVB (4012): Fix cx24123 diseqc
Rework diseqc support to be more in line with the other demod drivers. Fix Nova-S-Plus/Nova-SE2 diseqc. Cleanup API. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/Kconfig')
-rw-r--r--drivers/media/video/cx88/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig
index 630273992a4..c092d2219f0 100644
--- a/drivers/media/video/cx88/Kconfig
+++ b/drivers/media/video/cx88/Kconfig
@@ -61,6 +61,7 @@ config VIDEO_CX88_DVB_ALL_FRONTENDS
61 select DVB_LGDT330X 61 select DVB_LGDT330X
62 select DVB_NXT200X 62 select DVB_NXT200X
63 select DVB_CX24123 63 select DVB_CX24123
64 select DVB_ISL6421
64 ---help--- 65 ---help---
65 This builds cx88-dvb with all currently supported frontend 66 This builds cx88-dvb with all currently supported frontend
66 demodulators. If you wish to tweak your configuration, and 67 demodulators. If you wish to tweak your configuration, and
@@ -139,6 +140,7 @@ config VIDEO_CX88_DVB_CX24123
139 default y 140 default y
140 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS 141 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
141 select DVB_CX24123 142 select DVB_CX24123
143 select DVB_ISL6421
142 ---help--- 144 ---help---
143 This adds DVB-S support for cards based on the 145 This adds DVB-S support for cards based on the
144 Connexant 2388x chip and the CX24123 demodulator. 146 Connexant 2388x chip and the CX24123 demodulator.