diff options
author | Andrew de Quincy <devnull@localhost> | 2003-06-27 11:36:23 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2003-06-27 11:36:23 +0000 |
commit | a3a9a83462125f6e7e6a232635dbdc8af145e510 (patch) | |
tree | 459ae7b7b56ca719ea5c4c19076eb5871983c455 /linux/drivers | |
parent | 1104abe4f624fa93a89ac24ed4b23070587192b9 (diff) | |
download | mediapointer-dvb-s2-a3a9a83462125f6e7e6a232635dbdc8af145e510.tar.gz mediapointer-dvb-s2-a3a9a83462125f6e7e6a232635dbdc8af145e510.tar.bz2 |
Make fixes for tda1004x renaming.
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 8 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/Makefile | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index c3c648474..020ecf71b 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -115,12 +115,12 @@ config DVB_VES1820 DVB adapter simply enable all supported frontends, the right one will get autodetected. -config DVB_TDA10045H - tristate "Frontends with external TDA10045H demodulator (OFDM)" +config DVB_TDA1004X + tristate "Frontends with external TDA1004X demodulators (OFDM)" depends on DVB_CORE 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 + 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 999268f3c..defc572bd 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -14,4 +14,4 @@ obj-$(CONFIG_DVB_GRUNDIG_29504_491) += grundig_29504-491.o obj-$(CONFIG_DVB_GRUNDIG_29504_401) += grundig_29504-401.o obi-$(CONFIG_DVB_MT312) += mt312.o obj-$(CONFIG_DVB_VES1820) += ves1820.o -obj-$(CONFIG_DVB_TDA10045H) += tda10045h.o +obj-$(CONFIG_DVB_TDA1004X) += tda1004x.o |