diff options
author | Sifan Naeem <sifan.naeem@imgtec.com> | 2014-12-11 17:06:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-23 15:16:40 -0200 |
commit | aa7383db35aec23906868a632a964b5783a5254d (patch) | |
tree | 89f1029c6838b4e7e60e3d4eb081533010cb2459 /drivers/media/rc/img-ir/Kconfig | |
parent | 02744c8c9a11a64bce740528077cf5223ab60e31 (diff) | |
download | op-kernel-dev-aa7383db35aec23906868a632a964b5783a5254d.zip op-kernel-dev-aa7383db35aec23906868a632a964b5783a5254d.tar.gz |
[media] rc: img-ir: add philips rc5 decoder module
Add img-ir module for decoding Philips rc5 protocol.
Signed-off-by: Sifan Naeem <sifan.naeem@imgtec.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.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 580715c..b20b3e9 100644 --- a/drivers/media/rc/img-ir/Kconfig +++ b/drivers/media/rc/img-ir/Kconfig @@ -60,3 +60,10 @@ config IR_IMG_SANYO help Say Y here to enable support for the Sanyo protocol (used by Sanyo, Aiwa, Chinon remotes) in the ImgTec infrared decoder block. + +config IR_IMG_RC5 + bool "Philips RC5 protocol support" + depends on IR_IMG_HW + help + Say Y here to enable support for the RC5 protocol in the ImgTec + infrared decoder block. |