diff options
author | Marcel J.E. Mol <marcel@mesa.nl> | 2014-07-26 16:28:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-26 18:38:04 -0400 |
commit | 1dee9b59d69a15d566c16ee6fbd7216108ad5cac (patch) | |
tree | 75d5c4bba63dfba3b04cb2d7178f2c1834242eb9 /drivers/media/rc/Kconfig | |
parent | 0a6824bc10de58dac8beca4ad6744753f1cf9a6f (diff) |
[media] rc: Add support for decoding XMP protocol
This protocol is found on Dreambox remotes
[m.chehab@samsung.com: CodingStyle fixes and conflict fix]
Signed-off-by: Marcel Mol <marcel@mesa.nl>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index 9d15a57ac590..5e626af8e313 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -113,6 +113,16 @@ config IR_MCE_KBD_DECODER | |||
113 | Enable this option if you have a Microsoft Remote Keyboard for | 113 | Enable this option if you have a Microsoft Remote Keyboard for |
114 | Windows Media Center Edition, which you would like to use with | 114 | Windows Media Center Edition, which you would like to use with |
115 | a raw IR receiver in your system. | 115 | a raw IR receiver in your system. |
116 | |||
117 | config IR_XMP_DECODER | ||
118 | tristate "Enable IR raw decoder for the XMP protocol" | ||
119 | depends on RC_CORE | ||
120 | select BITREVERSE | ||
121 | default y | ||
122 | |||
123 | ---help--- | ||
124 | Enable this option if you have IR with XMP protocol, and | ||
125 | if the IR is decoded in software | ||
116 | endif #RC_DECODERS | 126 | endif #RC_DECODERS |
117 | 127 | ||
118 | menuconfig RC_DEVICES | 128 | menuconfig RC_DEVICES |