summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-10-27 04:33:27 +0000
committerMichael Krufky <devnull@localhost>2005-10-27 04:33:27 +0000
commitbe5a5383388034d7757116daa71d59ae4b002ff1 (patch)
tree92c73b2f77b2c65532ba4215d52e850ea39f34e2 /linux/drivers/media/video/cx88/Kconfig
parent8986d215104a954362dbae6a7595da6bdbd467f3 (diff)
downloadmediapointer-dvb-s2-be5a5383388034d7757116daa71d59ae4b002ff1.tar.gz
mediapointer-dvb-s2-be5a5383388034d7757116daa71d59ae4b002ff1.tar.bz2
* ../linux/drivers/media/video/cx88/Kconfig:
* ../linux/drivers/media/video/cx88/Makefile: * ../linux/drivers/media/video/cx88/cx88-dvb.c: (nxt200x_set_ts_param), (dvb_register): * ../v4l/Makefile: - Added support for NXT200X based cards (ATI HDTV Wonder) * ../linux/drivers/media/video/cx88/cx88-cards.c: (cx88_card_setup): - Cleaned up initialization of ATI HDTV Wonder. The card is now able to work in analog or digital mode and able to switch between them without any problems. * ../linux/drivers/media/video/tuner-simple.c: (default_set_tv_freq): - Fixed value in "Philips TUV1236D ATSC/NTSC dual in" tuner data. - When tuning the "Philips TUV1236D ATSC/NTSC dual in" tuner, make sure that we are in the correct tuning mode. Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/cx88/Kconfig')
-rw-r--r--linux/drivers/media/video/cx88/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/Kconfig b/linux/drivers/media/video/cx88/Kconfig
index 3c9121521..1c9009589 100644
--- a/linux/drivers/media/video/cx88/Kconfig
+++ b/linux/drivers/media/video/cx88/Kconfig
@@ -37,6 +37,7 @@ config VIDEO_CX88_DVB_ALL_FRONTENDS
select DVB_OR51132
select DVB_CX22702
select DVB_LGDT330X
+ select DVB_NXT200X
---help---
This builds cx88-dvb with all currently supported frontend
demodulators. If you wish to tweak your configuration, and
@@ -79,3 +80,12 @@ config VIDEO_CX88_DVB_LGDT330X
---help---
This adds ATSC 8VSB and QAM64/256 support for cards based on the
Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.
+
+config VIDEO_CX88_DVB_NXT200X
+ tristate "NXT2002/NXT2004 ATSC Support"
+ default m
+ depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
+ select DVB_NXT200X
+ ---help---
+ This adds ATSC 8VSB and QAM64/256 support for cards based on the
+ Connexant 2388x chip and the NXT2002/NXT2004 demodulator.