summaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/Kconfig
diff options
context:
space:
mode:
authorDavid Härdeman2010-04-09 01:04:40 +0200
committerMauro Carvalho Chehab2010-05-19 17:57:17 +0200
commit784a493168f71ce02b5f9eab0ec19df29b999631 (patch)
tree8e7e45dfbb6b4b9be8db010b84617ffdff9eafb9 /drivers/media/IR/Kconfig
parentV4L/DVB: Add NECx support to ir-core (diff)
downloadkernel-qcow2-linux-784a493168f71ce02b5f9eab0ec19df29b999631.tar.gz
kernel-qcow2-linux-784a493168f71ce02b5f9eab0ec19df29b999631.tar.xz
kernel-qcow2-linux-784a493168f71ce02b5f9eab0ec19df29b999631.zip
V4L/DVB: Add RC6 support to ir-core
This patch adds an RC6 decoder (modes 0 and 6A) to ir-core. Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r--drivers/media/IR/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
index ba81bda3513d..28d336d98187 100644
--- a/drivers/media/IR/Kconfig
+++ b/drivers/media/IR/Kconfig
@@ -27,3 +27,12 @@ config IR_RC5_DECODER
---help---
Enable this option if you have IR with RC-5 protocol, and
if the IR is decoded in software
+
+config IR_RC6_DECODER
+ tristate "Enable IR raw decoder for the RC6 protocol"
+ depends on IR_CORE
+ default y
+
+ ---help---
+ Enable this option if you have an infrared remote control which
+ uses the RC6 protocol, and you need software decoding support.