diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-01-09 12:25:02 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:02 -0500 |
commit | 0fa14aa6214823bb013b598add866e277a7efe28 (patch) | |
tree | ff037bc55e140ede3464ed9ed4cd6f9541799811 /drivers/media/video/cx88/Kconfig | |
parent | cd1257d860f6ee09b589723a5d3888b1fed46487 (diff) |
V4L (0979): Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products
- Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products.
- Basic DVB-S support is working, analog video inputs work.
- It has one or two fixme comments, primarily analog GPIOs (audio) and eeprom parsing.
- CX24123 code (in cx88-dvb.c) disabled until the
- cx24123 module is added to dvb-kernel cvs.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/cx88/Kconfig')
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index 85ba4106dc79..ec6201a32aca 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig | |||
@@ -38,6 +38,7 @@ config VIDEO_CX88_DVB_ALL_FRONTENDS | |||
38 | select DVB_CX22702 | 38 | select DVB_CX22702 |
39 | select DVB_LGDT330X | 39 | select DVB_LGDT330X |
40 | select DVB_NXT200X | 40 | select DVB_NXT200X |
41 | select DVB_CX24123 | ||
41 | ---help--- | 42 | ---help--- |
42 | This builds cx88-dvb with all currently supported frontend | 43 | This builds cx88-dvb with all currently supported frontend |
43 | demodulators. If you wish to tweak your configuration, and | 44 | demodulators. If you wish to tweak your configuration, and |
@@ -89,3 +90,12 @@ config VIDEO_CX88_DVB_NXT200X | |||
89 | ---help--- | 90 | ---help--- |
90 | This adds ATSC 8VSB and QAM64/256 support for cards based on the | 91 | This adds ATSC 8VSB and QAM64/256 support for cards based on the |
91 | Connexant 2388x chip and the NXT2002/NXT2004 demodulator. | 92 | Connexant 2388x chip and the NXT2002/NXT2004 demodulator. |
93 | |||
94 | config VIDEO_CX88_DVB_CX24123 | ||
95 | bool "Conexant CX24123 DVB-S Support" | ||
96 | default y | ||
97 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS | ||
98 | select DVB_CX24123 | ||
99 | ---help--- | ||
100 | This adds DVB-S support for cards based on the | ||
101 | Connexant 2388x chip and the CX24123 demodulator. | ||