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/Kconfig24
1 files changed, 23 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 7b46781c30c9..d62827271802 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -134,6 +134,18 @@ config INPUT_MAX8925_ONKEY
134 To compile this driver as a module, choose M here: the module 134 To compile this driver as a module, choose M here: the module
135 will be called max8925_onkey. 135 will be called max8925_onkey.
136 136
137config INPUT_MAX8997_HAPTIC
138 tristate "MAXIM MAX8997 haptic controller support"
139 depends on HAVE_PWM && MFD_MAX8997
140 select INPUT_FF_MEMLESS
141 help
142 This option enables device driver support for the haptic controller
143 on MAXIM MAX8997 chip. This driver supports ff-memless interface
144 from input framework.
145
146 To compile this driver as module, choose M here: the
147 module will be called max8997-haptic.
148
137config INPUT_MC13783_PWRBUTTON 149config INPUT_MC13783_PWRBUTTON
138 tristate "MC13783 ON buttons" 150 tristate "MC13783 ON buttons"
139 depends on MFD_MC13783 151 depends on MFD_MC13783
@@ -415,7 +427,7 @@ config INPUT_PCF8574
415 tristate "PCF8574 Keypad input device" 427 tristate "PCF8574 Keypad input device"
416 depends on I2C && EXPERIMENTAL 428 depends on I2C && EXPERIMENTAL
417 help 429 help
418 Say Y here if you want to support a keypad connetced via I2C 430 Say Y here if you want to support a keypad connected via I2C
419 with a PCF8574. 431 with a PCF8574.
420 432
421 To compile this driver as a module, choose M here: the 433 To compile this driver as a module, choose M here: the
@@ -455,6 +467,16 @@ config INPUT_RB532_BUTTON
455 To compile this driver as a module, choose M here: the 467 To compile this driver as a module, choose M here: the
456 module will be called rb532_button. 468 module will be called rb532_button.
457 469
470config INPUT_DA9052_ONKEY
471 tristate "Dialog DA9052/DA9053 Onkey"
472 depends on PMIC_DA9052
473 help
474 Support the ONKEY of Dialog DA9052 PMICs as an input device
475 reporting power button status.
476
477 To compile this driver as a module, choose M here: the
478 module will be called da9052_onkey.
479
458config INPUT_DM355EVM 480config INPUT_DM355EVM
459 tristate "TI DaVinci DM355 EVM Keypad and IR Remote" 481 tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
460 depends on MFD_DM355EVM_MSP 482 depends on MFD_DM355EVM_MSP