diff options
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r-- | drivers/media/IR/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig index ba81bda3513d..28d336d98187 100644 --- a/drivers/media/IR/Kconfig +++ b/drivers/media/IR/Kconfig | |||
@@ -27,3 +27,12 @@ config IR_RC5_DECODER | |||
27 | ---help--- | 27 | ---help--- |
28 | Enable this option if you have IR with RC-5 protocol, and | 28 | Enable this option if you have IR with RC-5 protocol, and |
29 | if the IR is decoded in software | 29 | if the IR is decoded in software |
30 | |||
31 | config IR_RC6_DECODER | ||
32 | tristate "Enable IR raw decoder for the RC6 protocol" | ||
33 | depends on IR_CORE | ||
34 | default y | ||
35 | |||
36 | ---help--- | ||
37 | Enable this option if you have an infrared remote control which | ||
38 | uses the RC6 protocol, and you need software decoding support. | ||