diff options
author | David Härdeman <david@hardeman.nu> | 2010-10-29 15:08:28 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:38 -0500 |
commit | 5b2e303f6df1e0b1a903950c5d613a20c8c71a37 (patch) | |
tree | 2fdd9dfedac05cc473e282e7d20331863b58b6f8 /drivers/media/rc/Kconfig | |
parent | d8b4b5822f51e2142b731b42c81e3f03eec475b2 (diff) |
[media] rc-core: convert winbond-cir
Move winbond-cir from drivers/input/misc/ into drivers/media/rc/
and convert it to use rc-core.
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index d05003d0995f..2d1546889c9b 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig | |||
@@ -164,4 +164,21 @@ config IR_STREAMZAP | |||
164 | To compile this driver as a module, choose M here: the | 164 | To compile this driver as a module, choose M here: the |
165 | module will be called streamzap. | 165 | module will be called streamzap. |
166 | 166 | ||
167 | config IR_WINBOND_CIR | ||
168 | tristate "Winbond IR remote control" | ||
169 | depends on X86 && PNP | ||
170 | depends on IR_CORE | ||
171 | select NEW_LEDS | ||
172 | select LEDS_CLASS | ||
173 | select LEDS_TRIGGERS | ||
174 | select BITREVERSE | ||
175 | ---help--- | ||
176 | Say Y here if you want to use the IR remote functionality found | ||
177 | in some Winbond SuperI/O chips. Currently only the WPCD376I | ||
178 | chip is supported (included in some Intel Media series | ||
179 | motherboards). | ||
180 | |||
181 | To compile this driver as a module, choose M here: the module will | ||
182 | be called winbond_cir. | ||
183 | |||
167 | endif #IR_CORE | 184 | endif #IR_CORE |