summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Makefile
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2017-07-30 09:23:13 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-20 09:50:32 -0400
commitb429996ced6f599b20ffc79789a54c65a21b0d96 (patch)
tree45b7190bf6c59c853a033cc3d2b7b9a82643b439 /drivers/media/rc/Makefile
parent30dcb4eaea1e372e406d284b7aae69f2001b9e24 (diff)
downloadop-kernel-dev-b429996ced6f599b20ffc79789a54c65a21b0d96.zip
op-kernel-dev-b429996ced6f599b20ffc79789a54c65a21b0d96.tar.gz
media: rc: add zx-irdec remote control driver
It adds the remote control driver and corresponding keymap file for IRDEC block found on ZTE ZX family SoCs. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> 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 466c402..9bc6a39 100644
--- a/drivers/media/rc/Makefile
+++ b/drivers/media/rc/Makefile
@@ -43,3 +43,4 @@ obj-$(CONFIG_IR_IMG) += img-ir/
obj-$(CONFIG_IR_SERIAL) += serial_ir.o
obj-$(CONFIG_IR_SIR) += sir_ir.o
obj-$(CONFIG_IR_MTK) += mtk-cir.o
+obj-$(CONFIG_IR_ZX) += zx-irdec.o
OpenPOWER on IntegriCloud