diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-23 10:04:08 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-23 16:23:10 -0500 |
commit | b32e724308300a6ecead0f4895f0452a06a4291d (patch) | |
tree | cafdc5dc6a5036f3c0e54346a220845910929018 /drivers/media/rc/Kconfig | |
parent | 39cac3758f62c6495d954e0d7dc1ca7e69fa565d (diff) |
[media] rc: Add support for decoding Sanyo protocol
This protocol is found on Sanyo/Aiwa remotes.
Tested with an Aiwa RC-7AS06 remote control.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index aeb7f43dfb65..4df4affeea5f 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -87,6 +87,16 @@ config IR_RC5_SZ_DECODER | |||
87 | uses an IR protocol that is almost standard RC-5, but not quite, | 87 | uses an IR protocol that is almost standard RC-5, but not quite, |
88 | as it uses an additional bit). | 88 | as it uses an additional bit). |
89 | 89 | ||
90 | config IR_SANYO_DECODER | ||
91 | tristate "Enable IR raw decoder for the Sanyo protocol" | ||
92 | depends on RC_CORE | ||
93 | default y | ||
94 | |||
95 | ---help--- | ||
96 | Enable this option if you have an infrared remote control which | ||
97 | uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes), | ||
98 | and you need software decoding support. | ||
99 | |||
90 | config IR_MCE_KBD_DECODER | 100 | config IR_MCE_KBD_DECODER |
91 | tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol" | 101 | tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol" |
92 | depends on RC_CORE | 102 | depends on RC_CORE |