summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2011-11-23 16:04:08 +0100
committerMauro Carvalho Chehab2011-11-23 22:23:10 +0100
commitb32e724308300a6ecead0f4895f0452a06a4291d (patch)
treecafdc5dc6a5036f3c0e54346a220845910929018 /drivers/media/rc/Kconfig
parent[media] ir-nec-decoder: Report what bit failed at debug msg (diff)
downloadkernel-qcow2-linux-b32e724308300a6ecead0f4895f0452a06a4291d.tar.gz
kernel-qcow2-linux-b32e724308300a6ecead0f4895f0452a06a4291d.tar.xz
kernel-qcow2-linux-b32e724308300a6ecead0f4895f0452a06a4291d.zip
[media] rc: Add support for decoding Sanyo protocol
This protocol is found on Sanyo/Aiwa remotes. Tested with an Aiwa RC-7AS06 remote control. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.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 aeb7f43dfb65..4df4affeea5f 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -87,6 +87,16 @@ config IR_RC5_SZ_DECODER
uses an IR protocol that is almost standard RC-5, but not quite,
as it uses an additional bit).
+config IR_SANYO_DECODER
+ tristate "Enable IR raw decoder for the Sanyo protocol"
+ depends on RC_CORE
+ default y
+
+ ---help---
+ Enable this option if you have an infrared remote control which
+ uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
+ and you need software decoding support.
+
config IR_MCE_KBD_DECODER
tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
depends on RC_CORE