aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorGuoxiong Yan <yanguoxiong@huawei.com>2014-08-30 22:39:10 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-23 16:03:57 -0400
commita84fcdaa905862b09482544d190c94a8436e4334 (patch)
tree08656eb37edaf65aebcd2dccc227085ba8cad7fb /drivers/media/rc/Kconfig
parent1a3920e86e0291c46db8b5b81ed31a98141e9670 (diff)
[media] rc: Introduce hix5hd2 IR transmitter driver
IR transmitter driver for Hisilicon hix5hd2 soc By default all protocols are disabled. For example nec decoder can be enabled by either 1. ir-keytable -p nec 2. echo nec > /sys/class/rc/rc0/protocols See see Documentation/ABI/testing/sysfs-class-rc [mchehab@osg.samsung.com: Add a fixup for the driver to compile on archs that don't provide writel_relaxed() macro] Signed-off-by: Guoxiong Yan <yanguoxiong@huawei.com> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r--drivers/media/rc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 2b0cc4a98e88..8ce08107a69d 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -164,6 +164,16 @@ config IR_ENE
164 To compile this driver as a module, choose M here: the 164 To compile this driver as a module, choose M here: the
165 module will be called ene_ir. 165 module will be called ene_ir.
166 166
167config IR_HIX5HD2
168 tristate "Hisilicon hix5hd2 IR remote control"
169 depends on RC_CORE
170 help
171 Say Y here if you want to use hisilicon hix5hd2 remote control.
172 To compile this driver as a module, choose M here: the module will be
173 called ir-hix5hd2.
174
175 If you're not sure, select N here
176
167config IR_IMON 177config IR_IMON
168 tristate "SoundGraph iMON Receiver and Display" 178 tristate "SoundGraph iMON Receiver and Display"
169 depends on USB_ARCH_HAS_HCD 179 depends on USB_ARCH_HAS_HCD