blob: 7ffb614ce5664cd7955600a216b121e7c61a1fe2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Input misc drivers configuration
3#
4menuconfig INPUT_MISC
5 bool "Miscellaneous devices"
6 help
7 Say Y here, and a list of miscellaneous input drivers will be displayed.
8 Everything that didn't fit into the other categories is here. This option
9 doesn't affect the kernel.
10
11 If unsure, say Y.
12
13if INPUT_MISC
14
Haojian Zhuang69854032010-02-03 15:40:59 -050015config INPUT_88PM860X_ONKEY
16 tristate "88PM860x ONKEY support"
17 depends on MFD_88PM860X
18 help
19 Support the ONKEY of Marvell 88PM860x PMICs as an input device
20 reporting power button status.
21
22 To compile this driver as a module, choose M here: the module
23 will be called 88pm860x_onkey.
24
Qiao Zhou96c905f2012-07-17 15:17:39 +080025config INPUT_88PM80X_ONKEY
26 tristate "88PM80x ONKEY support"
27 depends on MFD_88PM800
28 help
29 Support the ONKEY of Marvell 88PM80x PMICs as an input device
30 reporting power button status.
31
32 To compile this driver as a module, choose M here: the module
33 will be called 88pm80x_onkey.
34
Sundar R Iyer77686512010-09-05 12:18:47 -070035config INPUT_AB8500_PONKEY
36 tristate "AB8500 Pon (PowerOn) Key"
37 depends on AB8500_CORE
38 help
39 Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
40 Mix-Sig PMIC.
41
42 To compile this driver as a module, choose M here: the module
43 will be called ab8500-ponkey.
44
Bryan Wu31a62962010-03-21 23:23:24 -070045config INPUT_AD714X
46 tristate "Analog Devices AD714x Capacitance Touch Sensor"
47 help
Barry Song6c04d7b2010-03-21 23:23:29 -070048 Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
Bryan Wu31a62962010-03-21 23:23:24 -070049
50 You should select a bus connection too.
51
52 To compile this driver as a module, choose M here: the
53 module will be called ad714x.
54
55config INPUT_AD714X_I2C
56 tristate "support I2C bus connection"
57 depends on INPUT_AD714X && I2C
58 default y
59 help
60 Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
61
62 To compile this driver as a module, choose M here: the
63 module will be called ad714x-i2c.
64
65config INPUT_AD714X_SPI
66 tristate "support SPI bus connection"
67 depends on INPUT_AD714X && SPI
68 default y
69 help
70 Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
71
72 To compile this driver as a module, choose M here: the
73 module will be called ad714x-spi.
74
Mark Brown9dd555e2012-11-26 21:17:21 +000075config INPUT_ARIZONA_HAPTICS
76 tristate "Arizona haptics support"
77 depends on MFD_ARIZONA && SND_SOC
78 select INPUT_FF_MEMLESS
79 help
80 Say Y to enable support for the haptics module in Arizona CODECs.
81
82 To compile this driver as a module, choose M here: the
83 module will be called arizona-haptics.
84
Daniel Hung-yu Wub06d43f2016-05-18 14:55:12 -070085config INPUT_ATMEL_CAPTOUCH
86 tristate "Atmel Capacitive Touch Button Driver"
87 depends on OF || COMPILE_TEST
Arnd Bergmann14f935f2016-05-19 09:14:02 -070088 depends on I2C
Daniel Hung-yu Wub06d43f2016-05-18 14:55:12 -070089 help
90 Say Y here if an Atmel Capacitive Touch Button device which
91 implements "captouch" protocol is connected to I2C bus. Typically
92 this device consists of Atmel Touch sensor controlled by AtMegaXX
93 MCU running firmware based on Qtouch library.
94 One should find "atmel,captouch" node in the board specific DTS.
95
96 To compile this driver as a module, choose M here: the
97 module will be called atmel_captouch.
98
Eric Anderssonc17ca3f2011-08-09 00:06:37 -070099config INPUT_BMA150
100 tristate "BMA150/SMB380 acceleration sensor support"
101 depends on I2C
102 select INPUT_POLLDEV
103 help
104 Say Y here if you have Bosch Sensortec's BMA150 or SMB380
105 acceleration sensor hooked to an I2C bus.
106
107 To compile this driver as a module, choose M here: the
108 module will be called bma150.
109
Moritz Fischer846a7fc2015-01-10 14:04:14 -0800110config INPUT_E3X0_BUTTON
Moritz Fischer05f216d2015-10-25 13:49:29 -0700111 tristate "NI Ettus Research USRP E3xx Button support."
Moritz Fischer846a7fc2015-01-10 14:04:14 -0800112 default n
113 help
114 Say Y here to enable support for the NI Ettus Research
Moritz Fischer05f216d2015-10-25 13:49:29 -0700115 USRP E3xx Button.
Moritz Fischer846a7fc2015-01-10 14:04:14 -0800116
117 To compile this driver as a module, choose M here: the
118 module will be called e3x0_button.
119
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120config INPUT_PCSPKR
121 tristate "PC Speaker support"
Stas Sergeeve5e1d3c2008-05-07 12:39:56 +0200122 depends on PCSPKR_PLATFORM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123 help
124 Say Y here if you want the standard PC Speaker to be used for
125 bells and whistles.
126
127 If unsure, say Y.
128
129 To compile this driver as a module, choose M here: the
130 module will be called pcspkr.
131
Courtney Cavin68c581d2015-03-20 21:45:59 -0700132config INPUT_PM8941_PWRKEY
133 tristate "Qualcomm PM8941 power key support"
134 depends on MFD_SPMI_PMIC
135 help
136 Say Y here if you want support for the power key usually found
137 on boards using a Qualcomm PM8941 compatible PMIC.
138
139 If unsure, say Y.
140
141 To compile this driver as a module, choose M here: the module
142 will be called pm8941-pwrkey.
143
Amy Maloche11205bb2011-08-01 23:41:44 -0700144config INPUT_PM8XXX_VIBRATOR
145 tristate "Qualcomm PM8XXX vibrator support"
146 depends on MFD_PM8XXX
147 select INPUT_FF_MEMLESS
148 help
149 This option enables device driver support for the vibrator
150 on Qualcomm PM8xxx chip. This driver supports ff-memless interface
151 from input framework.
152
153 To compile this driver as module, choose M here: the
154 module will be called pm8xxx-vibrator.
155
156config INPUT_PMIC8XXX_PWRKEY
157 tristate "PMIC8XXX power key support"
158 depends on MFD_PM8XXX
159 help
160 Say Y here if you want support for the PMIC8XXX power key.
161
162 If unsure, say N.
163
164 To compile this driver as a module, choose M here: the
165 module will be called pmic8xxx-pwrkey.
166
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167config INPUT_SPARCSPKR
168 tristate "SPARC Speaker support"
David S. Millera2bd4fd2006-06-23 01:44:10 -0700169 depends on PCI && SPARC64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 help
171 Say Y here if you want the standard Speaker on Sparc PCI systems
172 to be used for bells and whistles.
173
174 If unsure, say Y.
175
176 To compile this driver as a module, choose M here: the
177 module will be called sparcspkr.
178
179config INPUT_M68K_BEEP
180 tristate "M68k Beeper support"
181 depends on M68K
182
Jaewon Kima3b3ca72014-09-11 23:15:01 -0700183config INPUT_MAX77693_HAPTIC
Krzysztof Kozlowski56bbc992015-07-30 10:36:43 +0900184 tristate "MAXIM MAX77693/MAX77843 haptic controller support"
185 depends on (MFD_MAX77693 || MFD_MAX77843) && PWM
Jaewon Kima3b3ca72014-09-11 23:15:01 -0700186 select INPUT_FF_MEMLESS
187 help
188 This option enables support for the haptic controller on
Krzysztof Kozlowski56bbc992015-07-30 10:36:43 +0900189 MAXIM MAX77693 and MAX77843 chips.
Jaewon Kima3b3ca72014-09-11 23:15:01 -0700190
191 To compile this driver as module, choose M here: the
192 module will be called max77693-haptic.
193
Haojian Zhuang37345742010-05-22 00:57:26 -0700194config INPUT_MAX8925_ONKEY
195 tristate "MAX8925 ONKEY support"
196 depends on MFD_MAX8925
197 help
198 Support the ONKEY of MAX8925 PMICs as an input device
199 reporting power button status.
200
201 To compile this driver as a module, choose M here: the module
202 will be called max8925_onkey.
203
Donggeun Kim104594b02012-03-16 12:28:22 -0700204config INPUT_MAX8997_HAPTIC
205 tristate "MAXIM MAX8997 haptic controller support"
Sascha Hauer557fe992014-01-24 08:54:16 +0100206 depends on PWM && MFD_MAX8997
Donggeun Kim104594b02012-03-16 12:28:22 -0700207 select INPUT_FF_MEMLESS
208 help
209 This option enables device driver support for the haptic controller
210 on MAXIM MAX8997 chip. This driver supports ff-memless interface
211 from input framework.
212
213 To compile this driver as module, choose M here: the
214 module will be called max8997-haptic.
215
Philippe Rétornaz30fc7ac2011-09-18 18:10:53 +0200216config INPUT_MC13783_PWRBUTTON
217 tristate "MC13783 ON buttons"
Alexander Shiyane5a3da22013-12-14 17:03:10 +0400218 depends on MFD_MC13XXX
Philippe Rétornaz30fc7ac2011-09-18 18:10:53 +0200219 help
220 Support the ON buttons of MC13783 PMIC as an input device
221 reporting power button status.
222
223 To compile this driver as a module, choose M here: the module
224 will be called mc13783-pwrbutton.
225
Eric Miao3ead8b52011-06-22 01:02:50 -0700226config INPUT_MMA8450
227 tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
228 depends on I2C
229 select INPUT_POLLDEV
230 help
231 Say Y here if you want to support Freescale's MMA8450 Accelerometer
232 through I2C interface.
233
234 To compile this driver as a module, choose M here: the
235 module will be called mma8450.
236
Joseph Lai631b16e2011-06-27 13:26:53 -0700237config INPUT_MPU3050
238 tristate "MPU3050 Triaxial gyroscope sensor"
239 depends on I2C
240 help
241 Say Y here if you want to support InvenSense MPU3050
242 connected via an I2C bus.
243
244 To compile this driver as a module, choose M here: the
245 module will be called mpu3050.
246
Stephen Hemminger52fe0cd2007-12-14 11:08:37 -0500247config INPUT_APANEL
248 tristate "Fujitsu Lifebook Application Panel buttons"
Randy Dunlap19131302008-03-04 14:29:43 -0800249 depends on X86 && I2C && LEDS_CLASS
Stephen Hemminger52fe0cd2007-12-14 11:08:37 -0500250 select INPUT_POLLDEV
251 select CHECK_SIGNATURE
252 help
253 Say Y here for support of the Application Panel buttons, used on
254 Fujitsu Lifebook. These are attached to the mainboard through
Randy Dunlap19131302008-03-04 14:29:43 -0800255 an SMBus interface managed by the I2C Intel ICH (i801) driver,
256 which you should also build for this kernel.
Stephen Hemminger52fe0cd2007-12-14 11:08:37 -0500257
258 To compile this driver as a module, choose M here: the module will
259 be called apanel.
260
Courtney Cavinff803ed2011-12-11 23:38:27 -0800261config INPUT_GP2A
262 tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver"
263 depends on I2C
Geert Uytterhoeven7d6548a2015-08-04 11:43:40 -0700264 depends on GPIOLIB || COMPILE_TEST
Courtney Cavinff803ed2011-12-11 23:38:27 -0800265 help
266 Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip
267 hooked to an I2C bus.
268
269 To compile this driver as a module, choose M here: the
270 module will be called gp2ap002a00f.
271
Alexander Shiyan976358e2013-11-25 19:17:09 -0800272config INPUT_GPIO_BEEPER
273 tristate "Generic GPIO Beeper support"
Geert Uytterhoeven7d6548a2015-08-04 11:43:40 -0700274 depends on GPIOLIB || COMPILE_TEST
Alexander Shiyan976358e2013-11-25 19:17:09 -0800275 help
276 Say Y here if you have a beeper connected to a GPIO pin.
277
278 To compile this driver as a module, choose M here: the
279 module will be called gpio-beeper.
280
Heiko Stübner3bfd5c52011-11-29 11:04:09 -0800281config INPUT_GPIO_TILT_POLLED
282 tristate "Polled GPIO tilt switch"
Geert Uytterhoeven7d6548a2015-08-04 11:43:40 -0700283 depends on GPIOLIB || COMPILE_TEST
Heiko Stübner3bfd5c52011-11-29 11:04:09 -0800284 select INPUT_POLLDEV
285 help
286 This driver implements support for tilt switches connected
287 to GPIO pins that are not capable of generating interrupts.
288
289 The list of gpios to use and the mapping of their states
290 to specific angles is done via platform data.
291
292 To compile this driver as a module, choose M here: the
293 module will be called gpio_tilt_polled.
294
Vignesh R69464162016-08-25 09:46:41 -0700295config INPUT_GPIO_DECODER
296 tristate "Polled GPIO Decoder Input driver"
297 depends on GPIOLIB || COMPILE_TEST
298 select INPUT_POLLDEV
299 help
300 Say Y here if you want driver to read status of multiple GPIO
301 lines and report the encoded value as an absolute integer to
302 input subsystem.
303
304 To compile this driver as a module, choose M here: the module
305 will be called gpio_decoder.
306
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400307config INPUT_IXP4XX_BEEPER
308 tristate "IXP4XX Beeper support"
309 depends on ARCH_IXP4XX
310 help
311 If you say yes here, you can connect a beeper to the
312 ixp4xx gpio pins. This is used by the LinkSys NSLU2.
313
314 If unsure, say Y.
315
316 To compile this driver as a module, choose M here: the
317 module will be called ixp4xx-beeper.
318
Yoichi Yuasabebb8a22007-02-18 01:50:18 -0500319config INPUT_COBALT_BTNS
320 tristate "Cobalt button interface"
321 depends on MIPS_COBALT
Dmitry Torokhov3d29cdf2007-04-29 23:43:06 -0400322 select INPUT_POLLDEV
Yoichi Yuasabebb8a22007-02-18 01:50:18 -0500323 help
324 Say Y here if you want to support MIPS Cobalt button interface.
325
326 To compile this driver as a module, choose M here: the
327 module will be called cobalt_btns.
328
Dmitry Torokhov5fc146802005-11-20 00:50:06 -0500329config INPUT_WISTRON_BTNS
330 tristate "x86 Wistron laptop button interface"
Jean Delvare86234eb2014-03-11 23:09:08 -0700331 depends on X86_32
Dmitry Torokhovc2554c92007-05-22 23:48:39 -0400332 select INPUT_POLLDEV
Dmitry Torokhove97af4c2009-12-04 10:22:24 -0800333 select INPUT_SPARSEKMAP
Eric Piel389679d2007-05-21 00:46:31 -0400334 select NEW_LEDS
335 select LEDS_CLASS
Geert Uytterhoeven928923c2007-08-22 14:01:36 -0700336 select CHECK_SIGNATURE
Dmitry Torokhov5fc146802005-11-20 00:50:06 -0500337 help
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200338 Say Y here for support of Wistron laptop button interfaces, used on
Eric Piel389679d2007-05-21 00:46:31 -0400339 laptops of various brands, including Acer and Fujitsu-Siemens. If
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200340 available, mail and wifi LEDs will be controllable via /sys/class/leds.
Dmitry Torokhov5fc146802005-11-20 00:50:06 -0500341
342 To compile this driver as a module, choose M here: the module will
343 be called wistron_btns.
344
Jaya Kumar31ea7ff2007-02-10 01:29:00 -0500345config INPUT_ATLAS_BTNS
346 tristate "x86 Atlas button interface"
347 depends on X86 && ACPI
348 help
349 Say Y here for support of Atlas wallmount touchscreen buttons.
350 The events will show up as scancodes F1 through F9 via evdev.
351
352 To compile this driver as a module, choose M here: the module will
353 be called atlas_btns.
354
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400355config INPUT_ATI_REMOTE2
356 tristate "ATI / Philips USB RF remote control"
Al Viro7a86ede2007-05-15 20:36:20 +0100357 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400358 select USB
359 help
360 Say Y here if you want to use an ATI or Philips USB RF remote control.
361 These are RF remotes with USB receivers.
362 ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
363 and is also available as a separate product.
364 This driver provides mouse pointer, left and right mouse buttons,
365 and maps all the other remote buttons to keypress events.
366
367 To compile this driver as a module, choose M here: the module will be
368 called ati_remote2.
369
370config INPUT_KEYSPAN_REMOTE
Kees Cooke52278a2012-10-24 23:53:02 -0700371 tristate "Keyspan DMR USB remote control"
Al Viro7a86ede2007-05-15 20:36:20 +0100372 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400373 select USB
374 help
375 Say Y here if you want to use a Keyspan DMR USB remote control.
376 Currently only the UIA-11 type of receiver has been tested. The tag
377 on the receiver that connects to the USB port should have a P/N that
378 will tell you what type of DMR you have. The UIA-10 type is not
379 supported at this time. This driver maps all buttons to keypress
380 events.
381
382 To compile this driver as a module, choose M here: the module will
383 be called keyspan_remote.
384
Chris Hudsone8e70d82011-07-06 18:36:51 -0700385config INPUT_KXTJ9
386 tristate "Kionix KXTJ9 tri-axis digital accelerometer"
387 depends on I2C
388 help
389 Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
390 accelerometer.
391
392 To compile this driver as a module, choose M here: the module will
393 be called kxtj9.
394
395config INPUT_KXTJ9_POLLED_MODE
396 bool "Enable polling mode support"
397 depends on INPUT_KXTJ9
398 select INPUT_POLLDEV
399 help
400 Say Y here if you need accelerometer to work in polling mode.
401
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400402config INPUT_POWERMATE
403 tristate "Griffin PowerMate and Contour Jog support"
Al Viro7a86ede2007-05-15 20:36:20 +0100404 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400405 select USB
406 help
407 Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
408 These are aluminum dials which can measure clockwise and anticlockwise
409 rotation. The dial also acts as a pushbutton. The base contains an LED
410 which can be instructed to pulse or to switch to a particular intensity.
411
412 You can download userspace tools from
413 <http://sowerbutts.com/powermate/>.
Alessandro Zummo01387952006-01-29 21:50:40 -0500414
415 To compile this driver as a module, choose M here: the
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400416 module will be called powermate.
417
418config INPUT_YEALINK
419 tristate "Yealink usb-p1k voip phone"
Al Viro7a86ede2007-05-15 20:36:20 +0100420 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400421 select USB
422 help
423 Say Y here if you want to enable keyboard and LCD functions of the
424 Yealink usb-p1k usb phones. The audio part is enabled by the generic
425 usb sound driver, so you might want to enable that as well.
426
427 For information about how to use these additional functions, see
428 <file:Documentation/input/yealink.txt>.
429
430 To compile this driver as a module, choose M here: the module will be
431 called yealink.
Alessandro Zummo01387952006-01-29 21:50:40 -0500432
Alfred E. Heggestadc04148f2008-08-08 11:49:08 -0400433config INPUT_CM109
434 tristate "C-Media CM109 USB I/O Controller"
Alfred E. Heggestadc04148f2008-08-08 11:49:08 -0400435 depends on USB_ARCH_HAS_HCD
436 select USB
437 help
438 Say Y here if you want to enable keyboard and buzzer functions of the
439 C-Media CM109 usb phones. The audio part is enabled by the generic
440 usb sound driver, so you might want to enable that as well.
441
442 To compile this driver as a module, choose M here: the module will be
443 called cm109.
444
Jaewon Kimd64cb712014-12-17 10:31:08 -0800445config INPUT_REGULATOR_HAPTIC
446 tristate "Regulator haptics support"
447 depends on REGULATOR
448 select INPUT_FF_MEMLESS
449 help
450 This option enables device driver support for the haptic controlled
451 by a regulator. This driver supports ff-memless interface
452 from input framework.
453
454 To compile this driver as a module, choose M here: the
455 module will be called regulator-haptic.
456
Aaro Koskinen544a46c2012-11-10 00:50:25 -0800457config INPUT_RETU_PWRBUTTON
458 tristate "Retu Power button Driver"
459 depends on MFD_RETU
460 help
461 Say Y here if you want to enable power key reporting via the
462 Retu chips found in Nokia Internet Tablets (770, N800, N810).
463
464 To compile this driver as a module, choose M here. The module will
465 be called retu-pwrbutton.
466
Felipe Balbi5fafed32014-12-27 20:37:37 -0800467config INPUT_TPS65218_PWRBUTTON
468 tristate "TPS65218 Power button driver"
Marcin Niestroj722dc542016-09-10 10:42:53 -0700469 depends on (MFD_TPS65217 || MFD_TPS65218)
Felipe Balbi5fafed32014-12-27 20:37:37 -0800470 help
471 Say Y here if you want to enable power buttong reporting for
Marcin Niestroj722dc542016-09-10 10:42:53 -0700472 TPS65217 and TPS65218 Power Management IC devices.
Felipe Balbi5fafed32014-12-27 20:37:37 -0800473
474 To compile this driver as a module, choose M here. The module will
475 be called tps65218-pwrbutton.
476
Carlo Caione5b6c26a2014-12-29 11:20:54 -0800477config INPUT_AXP20X_PEK
478 tristate "X-Powers AXP20X power button driver"
479 depends on MFD_AXP20X
480 help
481 Say Y here if you want to enable power key reporting via the
482 AXP20X PMIC.
483
484 To compile this driver as a module, choose M here. The module will
485 be called axp20x-pek.
486
487
Felipe Balbi68d8bf02009-04-19 23:07:50 -0700488config INPUT_TWL4030_PWRBUTTON
489 tristate "TWL4030 Power button Driver"
490 depends on TWL4030_CORE
491 help
492 Say Y here if you want to enable power key reporting via the
493 TWL4030 family of chips.
494
495 To compile this driver as a module, choose M here. The module will
496 be called twl4030_pwrbutton.
497
Jari Vanhala3dd1b392010-03-09 00:29:46 -0800498config INPUT_TWL4030_VIBRA
499 tristate "Support for TWL4030 Vibrator"
500 depends on TWL4030_CORE
Peter Ujfalusi57fe7252011-05-31 12:02:49 +0300501 select MFD_TWL4030_AUDIO
Jari Vanhala3dd1b392010-03-09 00:29:46 -0800502 select INPUT_FF_MEMLESS
503 help
504 This option enables support for TWL4030 Vibrator Driver.
505
506 To compile this driver as a module, choose M here. The module will
507 be called twl4030_vibra.
508
Misael Lopez Cruzcc697d382011-05-01 03:51:24 -0500509config INPUT_TWL6040_VIBRA
510 tristate "Support for TWL6040 Vibrator"
Peter Ujfalusi8eaeb932012-04-03 11:56:51 +0300511 depends on TWL6040_CORE
Misael Lopez Cruzcc697d382011-05-01 03:51:24 -0500512 select INPUT_FF_MEMLESS
513 help
514 This option enables support for TWL6040 Vibrator Driver.
515
516 To compile this driver as a module, choose M here. The module will
517 be called twl6040_vibra.
518
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519config INPUT_UINPUT
520 tristate "User level driver support"
521 help
522 Say Y here if you want to support user level drivers for input
523 subsystem accessible under char device 10:223 - /dev/input/uinput.
524
525 To compile this driver as a module, choose M here: the
526 module will be called uinput.
527
Thomas Bogendoerfer48ad88b2008-07-19 00:14:26 -0400528config INPUT_SGI_BTNS
529 tristate "SGI Indy/O2 volume button interface"
530 depends on SGI_IP22 || SGI_IP32
Thomas Bogendoerfer3bee2a02008-07-07 09:07:31 -0400531 select INPUT_POLLDEV
532 help
Thomas Bogendoerfer48ad88b2008-07-19 00:14:26 -0400533 Say Y here if you want to support SGI Indy/O2 volume button interface.
Thomas Bogendoerfer3bee2a02008-07-07 09:07:31 -0400534
535 To compile this driver as a module, choose M here: the
Thomas Bogendoerfer48ad88b2008-07-19 00:14:26 -0400536 module will be called sgi_btns.
Thomas Bogendoerfer3bee2a02008-07-07 09:07:31 -0400537
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538config HP_SDC_RTC
Yoichi Yuasabebb8a22007-02-18 01:50:18 -0500539 tristate "HP SDC Real Time Clock"
Alexander Beregalovd061ebd2009-04-11 16:55:41 -0700540 depends on (GSC || HP300) && SERIO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 select HP_SDC
542 help
543 Say Y here if you want to support the built-in real time clock
544 of the HP SDC controller.
545
Nishanth Menonadff5962014-08-26 15:57:47 -0700546config INPUT_PALMAS_PWRBUTTON
547 tristate "Palmas Power button Driver"
548 depends on MFD_PALMAS
549 help
550 Say Y here if you want to enable power key reporting via the
551 Palmas family of PMICs.
552
553 To compile this driver as a module, choose M here. The module will
554 be called palmas_pwrbutton.
555
Balaji Rao1851b062009-01-09 01:50:58 +0100556config INPUT_PCF50633_PMU
557 tristate "PCF50633 PMU events"
558 depends on MFD_PCF50633
559 help
560 Say Y to include support for delivering PMU events via input
561 layer on NXP PCF50633.
562
Bryan Wub91c4be2010-03-19 22:18:15 -0700563config INPUT_PCF8574
564 tristate "PCF8574 Keypad input device"
Kees Cooke52278a2012-10-24 23:53:02 -0700565 depends on I2C
Bryan Wub91c4be2010-03-19 22:18:15 -0700566 help
Masanari Iida393f9ff2012-01-31 00:07:33 -0800567 Say Y here if you want to support a keypad connected via I2C
Bryan Wub91c4be2010-03-19 22:18:15 -0700568 with a PCF8574.
569
570 To compile this driver as a module, choose M here: the
571 module will be called pcf8574_keypad.
572
Lars-Peter Clausene22739d2010-07-14 00:25:21 -0700573config INPUT_PWM_BEEPER
574 tristate "PWM beeper support"
Sascha Hauer557fe992014-01-24 08:54:16 +0100575 depends on PWM
Lars-Peter Clausene22739d2010-07-14 00:25:21 -0700576 help
577 Say Y here to get support for PWM based beeper devices.
578
579 If unsure, say N.
580
581 To compile this driver as a module, choose M here: the module will be
582 called pwm-beeper.
583
Daniel Mack73969ff2009-03-04 23:27:14 -0800584config INPUT_GPIO_ROTARY_ENCODER
585 tristate "Rotary encoders connected to GPIO pins"
Geert Uytterhoeven7d6548a2015-08-04 11:43:40 -0700586 depends on GPIOLIB || COMPILE_TEST
Daniel Mack73969ff2009-03-04 23:27:14 -0800587 help
588 Say Y here to add support for rotary encoders connected to GPIO lines.
Alessio Igor Bogani492d0f92009-05-21 19:54:33 +0200589 Check file:Documentation/input/rotary-encoder.txt for more
Daniel Mack73969ff2009-03-04 23:27:14 -0800590 information.
591
592 To compile this driver as a module, choose M here: the
593 module will be called rotary_encoder.
594
Phil Sutterd9bdffd2009-03-04 23:27:15 -0800595config INPUT_RB532_BUTTON
596 tristate "Mikrotik Routerboard 532 button interface"
597 depends on MIKROTIK_RB532
Alexandre Courbot76ec9d12013-03-28 04:34:56 -0700598 depends on GPIOLIB
Phil Sutterd9bdffd2009-03-04 23:27:15 -0800599 select INPUT_POLLDEV
600 help
601 Say Y here if you want support for the S1 button built into
602 Mikrotik's Routerboard 532.
603
604 To compile this driver as a module, choose M here: the
605 module will be called rb532_button.
606
Ashish Jangamf0c5f652012-03-04 08:40:58 -0800607config INPUT_DA9052_ONKEY
608 tristate "Dialog DA9052/DA9053 Onkey"
609 depends on PMIC_DA9052
610 help
611 Support the ONKEY of Dialog DA9052 PMICs as an input device
612 reporting power button status.
613
614 To compile this driver as a module, choose M here: the
615 module will be called da9052_onkey.
616
Ashish Jangam8ed27572012-10-30 00:27:25 -0700617config INPUT_DA9055_ONKEY
618 tristate "Dialog Semiconductor DA9055 ONKEY"
619 depends on MFD_DA9055
620 help
621 Support the ONKEY of DA9055 PMICs as an input device
622 reporting power button status.
623
624 To compile this driver as a module, choose M here: the module
625 will be called da9055_onkey.
626
Steve Twiss5179f0c2015-06-08 16:26:20 -0700627config INPUT_DA9063_ONKEY
S Twissa27b5e02015-07-27 22:28:40 -0700628 tristate "Dialog DA9062/63 OnKey"
629 depends on MFD_DA9063 || MFD_DA9062
Steve Twiss5179f0c2015-06-08 16:26:20 -0700630 help
S Twissa27b5e02015-07-27 22:28:40 -0700631 Support the ONKEY of Dialog DA9063 and DA9062 Power Management ICs
632 as an input device capable of reporting the power button status.
Steve Twiss5179f0c2015-06-08 16:26:20 -0700633
634 To compile this driver as a module, choose M here: the module
635 will be called da9063_onkey.
636
David Brownelleb990b52009-04-23 19:25:29 -0700637config INPUT_DM355EVM
638 tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
639 depends on MFD_DM355EVM_MSP
Dmitry Torokhov66040722009-12-04 10:22:25 -0800640 select INPUT_SPARSEKMAP
David Brownelleb990b52009-04-23 19:25:29 -0700641 help
642 Supports the pushbuttons and IR remote used with
643 the DM355 EVM board.
644
645 To compile this driver as a module, choose M here: the
646 module will be called dm355evm_keys.
Michael Hennerich48329582009-07-22 21:51:34 -0700647
648config INPUT_BFIN_ROTARY
649 tristate "Blackfin Rotary support"
650 depends on BF54x || BF52x
651 help
652 Say Y here if you want to use the Blackfin Rotary.
653
654 To compile this driver as a module, choose M here: the
655 module will be called bfin-rotary.
656
Mark Brown0c73b992009-09-15 12:07:12 +0200657config INPUT_WM831X_ON
658 tristate "WM831X ON pin"
659 depends on MFD_WM831X
660 help
661 Support the ON pin of WM831X PMICs as an input device
662 reporting power button status.
663
664 To compile this driver as a module, choose M here: the module
665 will be called wm831x_on.
666
Daniel Ribeirod0a82132009-08-10 20:27:48 +0200667config INPUT_PCAP
668 tristate "Motorola EZX PCAP misc input events"
669 depends on EZX_PCAP
670 help
671 Say Y here if you want to use Power key and Headphone button
672 on Motorola EZX phones.
673
674 To compile this driver as a module, choose M here: the
675 module will be called pcap_keys.
676
Michael Henneriche27c7292010-06-25 08:44:10 -0700677config INPUT_ADXL34X
678 tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
679 default n
680 help
681 Say Y here if you have a Accelerometer interface using the
682 ADXL345/6 controller, and your board-specific initialization
683 code includes that in its table of devices.
684
685 This driver can use either I2C or SPI communication to the
686 ADXL345/6 controller. Select the appropriate method for
687 your system.
688
689 If unsure, say N (but it's safe to say "Y").
690
691 To compile this driver as a module, choose M here: the
692 module will be called adxl34x.
693
694config INPUT_ADXL34X_I2C
695 tristate "support I2C bus connection"
696 depends on INPUT_ADXL34X && I2C
697 default y
698 help
699 Say Y here if you have ADXL345/6 hooked to an I2C bus.
700
701 To compile this driver as a module, choose M here: the
702 module will be called adxl34x-i2c.
703
704config INPUT_ADXL34X_SPI
705 tristate "support SPI bus connection"
706 depends on INPUT_ADXL34X && SPI
707 default y
708 help
709 Say Y here if you have ADXL345/6 hooked to a SPI bus.
710
711 To compile this driver as a module, choose M here: the
712 module will be called adxl34x-spi.
713
Dmitry Torokhov628329d2013-02-02 11:26:13 -0800714config INPUT_IMS_PCU
715 tristate "IMS Passenger Control Unit driver"
716 depends on USB
717 depends on LEDS_CLASS
718 help
719 Say Y here if you have system with IMS Rave Passenger Control Unit.
720
721 To compile this driver as a module, choose M here: the module will be
722 called ims_pcu.
723
Hemanth Vb029ffa2010-11-30 23:03:54 -0800724config INPUT_CMA3000
725 tristate "VTI CMA3000 Tri-axis accelerometer"
726 help
727 Say Y here if you want to use VTI CMA3000_D0x Accelerometer
728 driver
729
730 This driver currently only supports I2C interface to the
731 controller. Also select the I2C method.
732
733 If unsure, say N
734
735 To compile this driver as a module, choose M here: the
736 module will be called cma3000_d0x.
737
738config INPUT_CMA3000_I2C
739 tristate "Support I2C bus connection"
740 depends on INPUT_CMA3000 && I2C
741 help
742 Say Y here if you want to use VTI CMA3000_D0x Accelerometer
743 through I2C interface.
744
745 To compile this driver as a module, choose M here: the
746 module will be called cma3000_d0x_i2c.
747
Dmitry Torokhov49851ca2011-03-16 22:56:03 -0700748config INPUT_XEN_KBDDEV_FRONTEND
749 tristate "Xen virtual keyboard and mouse support"
Andrew Jones4bc25af2012-01-06 10:43:09 +0100750 depends on XEN
Dmitry Torokhov49851ca2011-03-16 22:56:03 -0700751 default y
752 select XEN_XENBUS_FRONTEND
753 help
754 This driver implements the front-end of the Xen virtual
755 keyboard and mouse device driver. It communicates with a back-end
756 in another domain.
757
758 To compile this driver as a module, choose M here: the
759 module will be called xen-kbdfront.
760
Binghua Duan9b5f9532013-06-02 23:38:46 -0700761config INPUT_SIRFSOC_ONKEY
Arnd Bergmannaf6e9462016-01-27 15:43:32 -0800762 tristate "CSR SiRFSoC power on/off/suspend key support"
Binghua Duan9b5f9532013-06-02 23:38:46 -0700763 depends on ARCH_SIRF && OF
764 default y
765 help
766 Say Y here if you want to support for the SiRFSoC power on/off/suspend key
767 in Linux, after you press the onkey, system will suspend.
768
769 If unsure, say N.
770
Andrey Moiseev1ea4c162013-08-25 22:51:15 -0700771config INPUT_IDEAPAD_SLIDEBAR
772 tristate "IdeaPad Laptop Slidebar"
773 depends on INPUT
774 depends on SERIO_I8042
775 help
776 Say Y here if you have an IdeaPad laptop with a slidebar.
777
778 To compile this driver as a module, choose M here: the
779 module will be called ideapad_slidebar.
780
Lejun Zhu61cd4822014-03-30 23:12:00 -0700781config INPUT_SOC_BUTTON_ARRAY
782 tristate "Windows-compatible SoC Button Array"
783 depends on KEYBOARD_GPIO
784 help
785 Say Y here if you have a SoC-based tablet that originally
786 runs Windows 8.
787
788 To compile this driver as a module, choose M here: the
789 module will be called soc_button_array.
790
Dan Murphy7132fe42014-08-17 09:24:26 -0700791config INPUT_DRV260X_HAPTICS
792 tristate "TI DRV260X haptics support"
Geert Uytterhoeven7d6548a2015-08-04 11:43:40 -0700793 depends on INPUT && I2C
794 depends on GPIOLIB || COMPILE_TEST
Dan Murphy7132fe42014-08-17 09:24:26 -0700795 select INPUT_FF_MEMLESS
796 select REGMAP_I2C
797 help
798 Say Y to enable support for the TI DRV260X haptics driver.
799
800 To compile this driver as a module, choose M here: the
801 module will be called drv260x-haptics.
802
Dan Murphy4d10da12015-05-08 16:02:43 -0700803config INPUT_DRV2665_HAPTICS
804 tristate "TI DRV2665 haptics support"
805 depends on INPUT && I2C
806 select INPUT_FF_MEMLESS
807 select REGMAP_I2C
808 help
809 Say Y to enable support for the TI DRV2665 haptics driver.
810
811 To compile this driver as a module, choose M here: the
812 module will be called drv2665-haptics.
813
Dan Murphy1c246222014-09-08 16:10:49 -0700814config INPUT_DRV2667_HAPTICS
815 tristate "TI DRV2667 haptics support"
816 depends on INPUT && I2C
817 select INPUT_FF_MEMLESS
818 select REGMAP_I2C
819 help
820 Say Y to enable support for the TI DRV2667 haptics driver.
821
822 To compile this driver as a module, choose M here: the
Dan Murphyc857ea92015-05-08 15:59:57 -0700823 module will be called drv2667-haptics.
Dan Murphy1c246222014-09-08 16:10:49 -0700824
Jorge Ramirez-Ortizfcd6eb52016-06-22 17:22:03 -0700825config INPUT_HISI_POWERKEY
826 tristate "Hisilicon PMIC ONKEY support"
827 depends on ARCH_HISI || COMPILE_TEST
828 help
829 Say Y to enable support for PMIC ONKEY.
830
831 To compile this driver as a module, choose M here: the
832 module will be called hisi_powerkey.
833
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834endif