summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/dvb/frontends/Kconfig8
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile2
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