diff options
author | Michael Krufky <devnull@localhost> | 2006-01-21 16:07:45 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2006-01-21 16:07:45 +0000 |
commit | 138cc43d32b8bb65c72c6239252cad82ec7d18dd (patch) | |
tree | 8c60bb7ed22e345bdf65f93145203158777602ff /linux/drivers/media/dvb/frontends/Kconfig | |
parent | c2adc8ccca8b66d34544b8cf3d67eda633ab586f (diff) | |
download | mediapointer-dvb-s2-138cc43d32b8bb65c72c6239252cad82ec7d18dd.tar.gz mediapointer-dvb-s2-138cc43d32b8bb65c72c6239252cad82ec7d18dd.tar.bz2 |
Kill nxt2002 in favor of the nxt200x module
From: Michael Krufky <mkrufky@m1k.net>
- Kill nxt2002 module in favor of nxt200x.
- Repair broken nxt2002 support in the nxt200x module.
- Make the flexcop driver use nxt200x instead of the
nxt2002 module for the Air2PC 2nd generation PCI card.
- Remove the nxt2002 module from cvs and kernel build.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
CC: Kirk Lapray <kirk.lapray@gmail.com>
CC: Taylor Jacob <rtjacob@earthlink.net>
CC: Jean-Francois Thibert <jeanfrancois@sagetv.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index db3a8b400..f09e3da66 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -166,18 +166,6 @@ config DVB_STV0297 comment "ATSC (North American/Korean Terresterial DTV) frontends" depends on DVB_CORE -config DVB_NXT2002 - tristate "Nxt2002 based" - depends on DVB_CORE - select FW_LOADER - help - An ATSC 8VSB tuner module. Say Y when you want to support this frontend. - - This driver needs external firmware. Please use the command - "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" to - download/extract it, and then copy it to /usr/lib/hotplug/firmware - or /lib/firmware (depending on configuration of firmware hotplug). - config DVB_NXT200X tristate "Nextwave NXT2002/NXT2004 based" depends on DVB_CORE |