diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-02-28 20:29:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-11 15:48:12 -0300 |
commit | 46b35083ce24c1a2a721df605815978f75ca3b66 (patch) | |
tree | 50bac1651152a195548e1f131933d115646052be /drivers/media/rc/img-ir/Kconfig | |
parent | 3c11305eee6a13695954dbc067234d492cb7879c (diff) | |
download | op-kernel-dev-46b35083ce24c1a2a721df605815978f75ca3b66.zip op-kernel-dev-46b35083ce24c1a2a721df605815978f75ca3b66.tar.gz |
[media] rc: img-ir: add Sanyo decoder module
Add an img-ir module for decoding the Sanyo 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 48627f9..03ba9fc 100644 --- a/drivers/media/rc/img-ir/Kconfig +++ b/drivers/media/rc/img-ir/Kconfig @@ -52,3 +52,10 @@ config IR_IMG_SHARP help Say Y here to enable support for the Sharp protocol in the ImgTec infrared decoder block. + +config IR_IMG_SANYO + bool "Sanyo protocol support" + depends on IR_IMG_HW + help + Say Y here to enable support for the Sanyo protocol (used by Sanyo, + Aiwa, Chinon remotes) in the ImgTec infrared decoder block. |