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/Kconfig46
1 files changed, 46 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 1acfa3a05aad..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
@@ -269,4 +285,34 @@ config INPUT_DM355EVM
269 285
270 To compile this driver as a module, choose M here: the 286 To compile this driver as a module, choose M here: the
271 module will be called dm355evm_keys. 287 module will be called dm355evm_keys.
288
289config INPUT_BFIN_ROTARY
290 tristate "Blackfin Rotary support"
291 depends on BF54x || BF52x
292 help
293 Say Y here if you want to use the Blackfin Rotary.
294
295 To compile this driver as a module, choose M here: the
296 module will be called bfin-rotary.
297
298config INPUT_WM831X_ON
299 tristate "WM831X ON pin"
300 depends on MFD_WM831X
301 help
302 Support the ON pin of WM831X PMICs as an input device
303 reporting power button status.
304
305 To compile this driver as a module, choose M here: the module
306 will be called wm831x_on.
307
308config INPUT_PCAP
309 tristate "Motorola EZX PCAP misc input events"
310 depends on EZX_PCAP
311 help
312 Say Y here if you want to use Power key and Headphone button
313 on Motorola EZX phones.
314
315 To compile this driver as a module, choose M here: the
316 module will be called pcap_keys.
317
272endif 318endif