diff options
author | David Härdeman <david@hardeman.nu> | 2010-04-16 01:46:10 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 19:57:44 +0400 |
commit | 3fe29c897272b18e18663832c43942c3936dffe6 (patch) | |
tree | dbc47c805c37fc78e5cad3c07f5f0793acd1881b /drivers/media/IR/Kconfig | |
parent | bf670f641d478fa5a2dd60ed41bab3156cc780c0 (diff) | |
download | linux-3fe29c897272b18e18663832c43942c3936dffe6.tar.xz |
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 Enable this option if you have an infrared remote control which uses the JVC protocol, and you need software decoding support. +config IR_SONY_DECODER + tristate "Enable IR raw decoder for the Sony protocol" + depends on IR_CORE + default y + + ---help--- + Enable this option if you have an infrared remote control which + uses the Sony protocol, and you need software decoding support. + config IR_IMON tristate "SoundGraph iMON Receiver and Display" depends on USB_ARCH_HAS_HCD |