summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/Makefile
diff options
context:
space:
mode:
authorKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>2018-07-23 10:51:50 +0200
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-08-03 00:54:03 +0200
commit0f408ce8941fcb1b6e8431272cfc9337a0407d73 (patch)
tree1c4f658b712e4cbaec9a073796aba4e75569aa8e /drivers/media/dvb-frontends/Makefile
parentmedia: dm1105: Limit number of cards to avoid buffer over read (diff)
downloadlinux-0f408ce8941fcb1b6e8431272cfc9337a0407d73.tar.xz
linux-0f408ce8941fcb1b6e8431272cfc9337a0407d73.zip
media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driver
This patch adds a frontend driver for the Socionext/Panasonic MN884434 and MN884433 ISDB-S/T demodulators. The maximum and minimum frequency of MN88443x comes from ISDB-S and ISDB-T so frequency range is the following: - ISDB-S (BS/CS110 IF frequency, Local freq 10.678GHz) - Min: BS-1: 1032MHz - Max: ND24: 2070MHz - ISDB-T - Min: ch13: 470MHz - Max: ch62: 770MHz Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/dvb-frontends/Makefile')
-rw-r--r--drivers/media/dvb-frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/Makefile b/drivers/media/dvb-frontends/Makefile
index 67a783fd5ed0..779dfd027b24 100644
--- a/drivers/media/dvb-frontends/Makefile
+++ b/drivers/media/dvb-frontends/Makefile
@@ -125,6 +125,7 @@ obj-$(CONFIG_DVB_AF9033) += af9033.o
obj-$(CONFIG_DVB_AS102_FE) += as102_fe.o
obj-$(CONFIG_DVB_GP8PSK_FE) += gp8psk-fe.o
obj-$(CONFIG_DVB_TC90522) += tc90522.o
+obj-$(CONFIG_DVB_MN88443X) += mn88443x.o
obj-$(CONFIG_DVB_HORUS3A) += horus3a.o
obj-$(CONFIG_DVB_ASCOT2E) += ascot2e.o
obj-$(CONFIG_DVB_HELENE) += helene.o