diff options
author | David Härdeman <david@hardeman.nu> | 2010-04-15 17:46:05 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:43 -0400 |
commit | bf670f641d478fa5a2dd60ed41bab3156cc780c0 (patch) | |
tree | fe3c9ef6531956d5904addb9e825254938b13810 /drivers/media/IR/Kconfig | |
parent | 384f23e8c9b189888d6d8c84ae5ebd23b074a0b6 (diff) |
V4L/DVB: ir-core: Add JVC support to ir-core
This patch adds a JVC 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 dae5ea113867..e87242af9b35 100644 --- a/drivers/media/IR/Kconfig +++ b/drivers/media/IR/Kconfig | |||
@@ -37,6 +37,15 @@ config IR_RC6_DECODER | |||
37 | Enable this option if you have an infrared remote control which | 37 | Enable this option if you have an infrared remote control which |
38 | uses the RC6 protocol, and you need software decoding support. | 38 | uses the RC6 protocol, and you need software decoding support. |
39 | 39 | ||
40 | config IR_JVC_DECODER | ||
41 | tristate "Enable IR raw decoder for the JVC protocol" | ||
42 | depends on IR_CORE | ||
43 | default y | ||
44 | |||
45 | ---help--- | ||
46 | Enable this option if you have an infrared remote control which | ||
47 | uses the JVC protocol, and you need software decoding support. | ||
48 | |||
40 | config IR_IMON | 49 | config IR_IMON |
41 | tristate "SoundGraph iMON Receiver and Display" | 50 | tristate "SoundGraph iMON Receiver and Display" |
42 | depends on USB_ARCH_HAS_HCD | 51 | depends on USB_ARCH_HAS_HCD |