diff options
author | David Härdeman <david@hardeman.nu> | 2010-04-15 17:46:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:44 -0400 |
commit | 3fe29c897272b18e18663832c43942c3936dffe6 (patch) | |
tree | dbc47c805c37fc78e5cad3c07f5f0793acd1881b /drivers/media/IR/Kconfig | |
parent | bf670f641d478fa5a2dd60ed41bab3156cc780c0 (diff) |
V4L/DVB: ir-core: Add Sony support to ir-core
This patch adds a Sony12/15/20 decoder to ir-core.
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 |