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 e87242af9b35..195c6cf359f6 100644 --- a/drivers/media/IR/Kconfig +++ b/drivers/media/IR/Kconfig | |||
@@ -46,6 +46,15 @@ config IR_JVC_DECODER | |||
46 | Enable this option if you have an infrared remote control which | 46 | Enable this option if you have an infrared remote control which |
47 | uses the JVC protocol, and you need software decoding support. | 47 | uses the JVC protocol, and you need software decoding support. |
48 | 48 | ||
49 | config IR_SONY_DECODER | ||
50 | tristate "Enable IR raw decoder for the Sony protocol" | ||
51 | depends on IR_CORE | ||
52 | default y | ||
53 | |||
54 | ---help--- | ||
55 | Enable this option if you have an infrared remote control which | ||
56 | uses the Sony protocol, and you need software decoding support. | ||
57 | |||
49 | config IR_IMON | 58 | config IR_IMON |
50 | tristate "SoundGraph iMON Receiver and Display" | 59 | tristate "SoundGraph iMON Receiver and Display" |
51 | depends on USB_ARCH_HAS_HCD | 60 | depends on USB_ARCH_HAS_HCD |