diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-03-01 00:28:57 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-11 19:47:10 +0100 |
commit | 693365337891df8677c3faf193a35a73097ed141 (patch) | |
tree | 1a47d0d0bb4af6e829b6be6d5da5861b455c0696 /drivers/media/rc/img-ir/Kconfig | |
parent | [media] rc: img-ir: add NEC decoder module (diff) | |
download | linux-693365337891df8677c3faf193a35a73097ed141.tar.xz linux-693365337891df8677c3faf193a35a73097ed141.zip |
[media] rc: img-ir: add JVC decoder module
Add an img-ir module for decoding the JVC infrared protocol.
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/rc/img-ir/Kconfig b/drivers/media/rc/img-ir/Kconfig index 28498a294daa..96006fbfb0d6 100644 --- a/drivers/media/rc/img-ir/Kconfig +++ b/drivers/media/rc/img-ir/Kconfig @@ -31,3 +31,10 @@ config IR_IMG_NEC help Say Y here to enable support for the NEC, extended NEC, and 32-bit NEC protocols in the ImgTec infrared decoder block. + +config IR_IMG_JVC + bool "JVC protocol support" + depends on IR_IMG_HW + help + Say Y here to enable support for the JVC protocol in the ImgTec + infrared decoder block. |