summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/Makefile
diff options
context:
space:
mode:
authorBrad Love <brad@nextdimension.cc>2021-01-26 02:54:13 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-02-05 23:37:59 +0100
commitb53f2fa136b1b20f03184f4a98fea75eb2705eac (patch)
treed83ce886c4d7fe584ad3e4ac7f06249ce123a81b /drivers/media/dvb-frontends/Makefile
parentMerge tag 'v5.11-rc6' into patchwork (diff)
downloadlinux-b53f2fa136b1b20f03184f4a98fea75eb2705eac.tar.xz
linux-b53f2fa136b1b20f03184f4a98fea75eb2705eac.zip
media: mxl692: MaxLinear 692 ATSC demod/tuner driver
MaxLinear 692 is a combo demod/tuner which has ATSC and QAM capabilities. Only ATSC is currently advertised via DVB properties. QAM still has issues. Confirmed working on both big and little endian. Big endian verified on PowerPC Mac mini. Signed-off-by: Brad Love <brad@nextdimension.cc> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@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 e9179162658c..b9f47d68e14e 100644
--- a/drivers/media/dvb-frontends/Makefile
+++ b/drivers/media/dvb-frontends/Makefile
@@ -55,6 +55,7 @@ obj-$(CONFIG_DVB_S5H1420) += s5h1420.o
obj-$(CONFIG_DVB_LGDT330X) += lgdt330x.o
obj-$(CONFIG_DVB_LGDT3305) += lgdt3305.o
obj-$(CONFIG_DVB_LGDT3306A) += lgdt3306a.o
+obj-$(CONFIG_DVB_MXL692) += mxl692.o
obj-$(CONFIG_DVB_LG2160) += lg2160.o
obj-$(CONFIG_DVB_CX24123) += cx24123.o
obj-$(CONFIG_DVB_LNBH25) += lnbh25.o