aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r--drivers/media/rc/Kconfig10
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
117config 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
116endif #RC_DECODERS 126endif #RC_DECODERS
117 127
118menuconfig RC_DEVICES 128menuconfig RC_DEVICES