aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Makefile
diff options
context:
space:
mode:
authorSean Wang <sean.wang@mediatek.com>2017-01-13 05:35:39 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-01-31 07:25:30 -0200
commit6691e7b9a57c2475138edf106e76ae626d86a32b (patch)
tree68b7fa46e634014af9e9c763f2174a3c3a4e0453 /drivers/media/rc/Makefile
parent[media] rx51: broken build (diff)
downloadlinux-dev-6691e7b9a57c2475138edf106e76ae626d86a32b.tar.xz
linux-dev-6691e7b9a57c2475138edf106e76ae626d86a32b.zip
[media] rc: add driver for IR remote receiver on MT7623 SoC
This patch adds driver for IR controller on MT7623 SoC. and should also work on similar Mediatek SoC. Currently testing successfully on NEC and SONY remote controller only but it should work on others (lirc, rc-5 and rc-6). Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc/Makefile')
-rw-r--r--drivers/media/rc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile
index 938c98b82b22..679aa0af85cd 100644
--- a/drivers/media/rc/Makefile
+++ b/drivers/media/rc/Makefile
@@ -39,3 +39,4 @@ obj-$(CONFIG_RC_ST) += st_rc.o
obj-$(CONFIG_IR_SUNXI) += sunxi-cir.o
obj-$(CONFIG_IR_IMG) += img-ir/
obj-$(CONFIG_IR_SERIAL) += serial_ir.o
+obj-$(CONFIG_IR_MTK) += mtk-cir.o