aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2009-09-21 20:04:53 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-22 10:17:49 -0400
commite258b80e691f1f3ae83a60aa80eaf7322bd55ec4 (patch)
tree2233f4d43dede000a210db87733e04c912fdcb31 /drivers/input/misc/Kconfig
parentabd6633c67925f90775bb74755f9c547e30f1f20 (diff)
input: add a driver for the Winbond WPCD376I Consumer IR hardware
Add a driver for the the Consumer IR (CIR) functionality of the Winbond WPCD376I chipset (found on e.g. Intel DG45FC motherboards). Signed-off-by: David Härdeman <david@hardeman.nu> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Cc: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 1a50be379cbc..76d6751f89a7 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -222,6 +222,22 @@ config INPUT_SGI_BTNS
222 To compile this driver as a module, choose M here: the 222 To compile this driver as a module, choose M here: the
223 module will be called sgi_btns. 223 module will be called sgi_btns.
224 224
225config INPUT_WINBOND_CIR
226 tristate "Winbond IR remote control"
227 depends on X86 && PNP
228 select LEDS_CLASS
229 select BITREVERSE
230 help
231 Say Y here if you want to use the IR remote functionality found
232 in some Winbond SuperI/O chips. Currently only the WPCD376I
233 chip is supported (included in some Intel Media series motherboards).
234
235 IR Receive and wake-on-IR from suspend and power-off is currently
236 supported.
237
238 To compile this driver as a module, choose M here: the module will be
239 called winbond_cir.
240
225config HP_SDC_RTC 241config HP_SDC_RTC
226 tristate "HP SDC Real Time Clock" 242 tristate "HP SDC Real Time Clock"
227 depends on (GSC || HP300) && SERIO 243 depends on (GSC || HP300) && SERIO