diff options
| author | Michael Krufky <devnull@localhost> | 2005-10-27 04:11:59 +0000 |
|---|---|---|
| committer | Michael Krufky <devnull@localhost> | 2005-10-27 04:11:59 +0000 |
| commit | 8986d215104a954362dbae6a7595da6bdbd467f3 (patch) | |
| tree | dbe311ea4371f4f70a0e823cc094d73d9f4c5b34 /linux/drivers/media/dvb/frontends/Kconfig | |
| parent | 2319e711b0baed3410bbc65b14d600891ecf572c (diff) | |
| download | mediapointer-dvb-s2-8986d215104a954362dbae6a7595da6bdbd467f3.tar.gz mediapointer-dvb-s2-8986d215104a954362dbae6a7595da6bdbd467f3.tar.bz2 | |
From: Kirk Lapray <kirk.lapray@gmail.com>
* nxt200x.c, nxt200x.h
- New frontend module that supports both NXT2002 and NXT2004.
So far, only tested on NXT2004. After testing on NXT2002, we should
deprecate the nxt2002 module, and implement this one instead on the
applicable cards.
* get_dvb_firmware:
- Added support for the NXT2004 firmware. This firmware works with both
the ATI HDTV Wonder and the AVerTVHD MCE a180.
This was originally written by Jean-Francois Thibert
* dvb-pll.c
- Fixed minimum frequency for tuv1236d. It seems that the data sheets
are wrong.
Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
| -rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index a50a41f6f..65d1c669e 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -164,6 +164,14 @@ config DVB_NXT2002 help An ATSC 8VSB tuner module. Say Y when you want to support this frontend. +config DVB_NXT200X + tristate "Nextwave NXT2002/NXT2004 based" + depends on DVB_CORE + select FW_LOADER + help + An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want + to support this frontend. + config DVB_OR51211 tristate "or51211 based (pcHDTV HD2000 card)" depends on DVB_CORE |
