From c46077e318dae4e1d56e2c5ae8ec4ad301b426b2 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Fri, 6 Feb 2004 14:31:25 +0000 Subject: add nxt6000 frontend driver to Makefiles --- linux/drivers/media/dvb/frontends/Kconfig | 10 ++++++++++ linux/drivers/media/dvb/frontends/Makefile | 1 + 2 files changed, 11 insertions(+) (limited to 'linux/drivers/media/dvb') 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 -- cgit v1.2.3