From a3a9a83462125f6e7e6a232635dbdc8af145e510 Mon Sep 17 00:00:00 2001 From: Andrew de Quincy Date: Fri, 27 Jun 2003 11:36:23 +0000 Subject: Make fixes for tda1004x renaming. --- linux/drivers/media/dvb/frontends/Kconfig | 8 ++++---- 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 -- cgit v1.2.3