summaryrefslogtreecommitdiff
path: root/drivers/media/rc/img-ir/Kconfig
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2014-02-28 20:28:56 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-11 15:46:57 -0300
commit635abb7054f204e036bc6afe41b1f50825294867 (patch)
tree4e9a6d4a35e09f88154bfe342a3264c18477cd5f /drivers/media/rc/img-ir/Kconfig
parent54b2912040d15725004a598cf600f501ab6405f4 (diff)
[media] rc: img-ir: add NEC decoder module
Add an img-ir module for decoding the NEC and extended NEC infrared protocols. Signed-off-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/rc/img-ir/Kconfig')
-rw-r--r--drivers/media/rc/img-ir/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/rc/img-ir/Kconfig b/drivers/media/rc/img-ir/Kconfig
index 60eaba6a0843..28498a294daa 100644
--- a/drivers/media/rc/img-ir/Kconfig
+++ b/drivers/media/rc/img-ir/Kconfig
@@ -24,3 +24,10 @@ config IR_IMG_HW
signals in hardware. This is more reliable, consumes less processing
power since only a single interrupt is received for each scancode,
and allows an IR scancode to be used as a wake event.
+
+config IR_IMG_NEC
+ bool "NEC protocol support"
+ depends on IR_IMG_HW
+ help
+ Say Y here to enable support for the NEC, extended NEC, and 32-bit
+ NEC protocols in the ImgTec infrared decoder block.