summaryrefslogtreecommitdiff
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2017-07-30 16:23:13 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-20 16:50:32 +0300
commitb429996ced6f599b20ffc79789a54c65a21b0d96 (patch)
tree45b7190bf6c59c853a033cc3d2b7b9a82643b439 /drivers/media/rc/Kconfig
parent30dcb4eaea1e372e406d284b7aae69f2001b9e24 (diff)
downloadlinux-b429996ced6f599b20ffc79789a54c65a21b0d96.tar.xz
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/Kconfig')
-rw-r--r--drivers/media/rc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index d27be2516974..d9ce8ff55d0c 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -469,6 +469,17 @@ config IR_SIR
To compile this driver as a module, choose M here: the module will
be called sir-ir.
+config IR_ZX
+ tristate "ZTE ZX IR remote control"
+ depends on RC_CORE
+ depends on ARCH_ZX || COMPILE_TEST
+ ---help---
+ Say Y if you want to use the IR remote control available
+ on ZTE ZX family SoCs.
+
+ To compile this driver as a module, choose M here: the
+ module will be called zx-irdec.
+
endif #RC_DEVICES
endif #RC_CORE