diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-02-06 14:31:25 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-02-06 14:31:25 +0000 |
commit | c46077e318dae4e1d56e2c5ae8ec4ad301b426b2 (patch) | |
tree | ebddb6cbf90dfe478535ff7d230682c0898561f9 /linux/drivers/media/dvb | |
parent | 6eff8a0d098499cd53e857131b9ff6c5ba5496bb (diff) | |
download | mediapointer-dvb-s2-c46077e318dae4e1d56e2c5ae8ec4ad301b426b2.tar.gz mediapointer-dvb-s2-c46077e318dae4e1d56e2c5ae8ec4ad301b426b2.tar.bz2 |
add nxt6000 frontend driver to Makefiles
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 10 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/Makefile | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index b46186788..006195626 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -172,3 +172,13 @@ config DVB_TDA1004X_FIRMWARE_FILE wget http://www.technotrend.de/new/215/TTweb_215a_budget_20_05_2003.zip unzip -j TTweb_215a_budget_20_05_2003.zip Software/Oem/PCI/App/ttlcdacc.dll mv ttlcdacc.dll /usr/lib/hotplug/firmware/tda1004x.bin + +config DVB_NXT6000 + tristate "Frontends with NxtWave Communications NXT6000 demodulator (OFDM)" + depends on DVB_CORE && !STANDALONE + help + A DVB-T tuner module. Say Y when you want to support this frontend. + + If you don't know what tuner module is soldered on your + DVB adapter simply enable all supported frontends, the + right one will get autodetected. diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile index 7dc59058c..e536b0de7 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -17,3 +17,4 @@ obj-$(CONFIG_DVB_VES1820) += ves1820.o obj-$(CONFIG_DVB_VES1X93) += ves1x93.o obj-$(CONFIG_DVB_TDA1004X) += tda1004x.o obj-$(CONFIG_DVB_SP887X) += sp887x.o +obj-$(CONFIG_DVB_NXT6000) += nxt6000.o |