diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-02-28 18:28:58 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-11 14:47:41 -0400 |
commit | e72b21abc8ec76b3e2c332e631f15d975e781e37 (patch) | |
tree | a9c6a7e6ccd09b87ed719e0d9698a4ab1909c334 /drivers/media/rc/img-ir/Kconfig | |
parent | 693365337891df8677c3faf193a35a73097ed141 (diff) |
[media] rc: img-ir: add Sony decoder module
Add an img-ir module for decoding the Sony 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 96006fbfb0d6..ab365778b5d2 100644 --- a/drivers/media/rc/img-ir/Kconfig +++ b/drivers/media/rc/img-ir/Kconfig | |||
@@ -38,3 +38,10 @@ config IR_IMG_JVC | |||
38 | help | 38 | help |
39 | Say Y here to enable support for the JVC protocol in the ImgTec | 39 | Say Y here to enable support for the JVC protocol in the ImgTec |
40 | infrared decoder block. | 40 | infrared decoder block. |
41 | |||
42 | config IR_IMG_SONY | ||
43 | bool "Sony protocol support" | ||
44 | depends on IR_IMG_HW | ||
45 | help | ||
46 | Say Y here to enable support for the Sony protocol in the ImgTec | ||
47 | infrared decoder block. | ||