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/Kconfig39
1 files changed, 33 insertions, 6 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 7c0f1ecfdd7a..259ef31abb18 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -72,6 +72,16 @@ config INPUT_AD714X_SPI
72 To compile this driver as a module, choose M here: the 72 To compile this driver as a module, choose M here: the
73 module will be called ad714x-spi. 73 module will be called ad714x-spi.
74 74
75config 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
75config INPUT_BMA150 85config INPUT_BMA150
76 tristate "BMA150/SMB380 acceleration sensor support" 86 tristate "BMA150/SMB380 acceleration sensor support"
77 depends on I2C 87 depends on I2C
@@ -290,8 +300,7 @@ config INPUT_ATI_REMOTE2
290 called ati_remote2. 300 called ati_remote2.
291 301
292config INPUT_KEYSPAN_REMOTE 302config INPUT_KEYSPAN_REMOTE
293 tristate "Keyspan DMR USB remote control (EXPERIMENTAL)" 303 tristate "Keyspan DMR USB remote control"
294 depends on EXPERIMENTAL
295 depends on USB_ARCH_HAS_HCD 304 depends on USB_ARCH_HAS_HCD
296 select USB 305 select USB
297 help 306 help
@@ -340,7 +349,6 @@ config INPUT_POWERMATE
340 349
341config INPUT_YEALINK 350config INPUT_YEALINK
342 tristate "Yealink usb-p1k voip phone" 351 tristate "Yealink usb-p1k voip phone"
343 depends on EXPERIMENTAL
344 depends on USB_ARCH_HAS_HCD 352 depends on USB_ARCH_HAS_HCD
345 select USB 353 select USB
346 help 354 help
@@ -356,7 +364,6 @@ config INPUT_YEALINK
356 364
357config INPUT_CM109 365config INPUT_CM109
358 tristate "C-Media CM109 USB I/O Controller" 366 tristate "C-Media CM109 USB I/O Controller"
359 depends on EXPERIMENTAL
360 depends on USB_ARCH_HAS_HCD 367 depends on USB_ARCH_HAS_HCD
361 select USB 368 select USB
362 help 369 help
@@ -367,6 +374,16 @@ config INPUT_CM109
367 To compile this driver as a module, choose M here: the module will be 374 To compile this driver as a module, choose M here: the module will be
368 called cm109. 375 called cm109.
369 376
377config INPUT_RETU_PWRBUTTON
378 tristate "Retu Power button Driver"
379 depends on MFD_RETU
380 help
381 Say Y here if you want to enable power key reporting via the
382 Retu chips found in Nokia Internet Tablets (770, N800, N810).
383
384 To compile this driver as a module, choose M here. The module will
385 be called retu-pwrbutton.
386
370config INPUT_TWL4030_PWRBUTTON 387config INPUT_TWL4030_PWRBUTTON
371 tristate "TWL4030 Power button Driver" 388 tristate "TWL4030 Power button Driver"
372 depends on TWL4030_CORE 389 depends on TWL4030_CORE
@@ -434,7 +451,7 @@ config INPUT_PCF50633_PMU
434 451
435config INPUT_PCF8574 452config INPUT_PCF8574
436 tristate "PCF8574 Keypad input device" 453 tristate "PCF8574 Keypad input device"
437 depends on I2C && EXPERIMENTAL 454 depends on I2C
438 help 455 help
439 Say Y here if you want to support a keypad connected via I2C 456 Say Y here if you want to support a keypad connected via I2C
440 with a PCF8574. 457 with a PCF8574.
@@ -444,7 +461,7 @@ config INPUT_PCF8574
444 461
445config INPUT_PWM_BEEPER 462config INPUT_PWM_BEEPER
446 tristate "PWM beeper support" 463 tristate "PWM beeper support"
447 depends on HAVE_PWM 464 depends on HAVE_PWM || PWM
448 help 465 help
449 Say Y here to get support for PWM based beeper devices. 466 Say Y here to get support for PWM based beeper devices.
450 467
@@ -486,6 +503,16 @@ config INPUT_DA9052_ONKEY
486 To compile this driver as a module, choose M here: the 503 To compile this driver as a module, choose M here: the
487 module will be called da9052_onkey. 504 module will be called da9052_onkey.
488 505
506config INPUT_DA9055_ONKEY
507 tristate "Dialog Semiconductor DA9055 ONKEY"
508 depends on MFD_DA9055
509 help
510 Support the ONKEY of DA9055 PMICs as an input device
511 reporting power button status.
512
513 To compile this driver as a module, choose M here: the module
514 will be called da9055_onkey.
515
489config INPUT_DM355EVM 516config INPUT_DM355EVM
490 tristate "TI DaVinci DM355 EVM Keypad and IR Remote" 517 tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
491 depends on MFD_DM355EVM_MSP 518 depends on MFD_DM355EVM_MSP