aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig37
1 files changed, 37 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index cbe21bc96b52..02f4f8f1db6f 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -222,6 +222,23 @@ 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 NEW_LEDS
229 select LEDS_CLASS
230 select BITREVERSE
231 help
232 Say Y here if you want to use the IR remote functionality found
233 in some Winbond SuperI/O chips. Currently only the WPCD376I
234 chip is supported (included in some Intel Media series motherboards).
235
236 IR Receive and wake-on-IR from suspend and power-off is currently
237 supported.
238
239 To compile this driver as a module, choose M here: the module will be
240 called winbond_cir.
241
225config HP_SDC_RTC 242config HP_SDC_RTC
226 tristate "HP SDC Real Time Clock" 243 tristate "HP SDC Real Time Clock"
227 depends on (GSC || HP300) && SERIO 244 depends on (GSC || HP300) && SERIO
@@ -279,4 +296,24 @@ config INPUT_BFIN_ROTARY
279 To compile this driver as a module, choose M here: the 296 To compile this driver as a module, choose M here: the
280 module will be called bfin-rotary. 297 module will be called bfin-rotary.
281 298
299config INPUT_WM831X_ON
300 tristate "WM831X ON pin"
301 depends on MFD_WM831X
302 help
303 Support the ON pin of WM831X PMICs as an input device
304 reporting power button status.
305
306 To compile this driver as a module, choose M here: the module
307 will be called wm831x_on.
308
309config INPUT_PCAP
310 tristate "Motorola EZX PCAP misc input events"
311 depends on EZX_PCAP
312 help
313 Say Y here if you want to use Power key and Headphone button
314 on Motorola EZX phones.
315
316 To compile this driver as a module, choose M here: the
317 module will be called pcap_keys.
318
282endif 319endif