diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-04-23 11:04:50 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-05-08 12:07:07 +0100 |
commit | 1af2b76f63f5ee2c959246671334d59cb3030f9c (patch) | |
tree | 49fb57a82a78e3e8f3a8e5ccd0da2dafd0f23fc3 /drivers/input/misc/Kconfig | |
parent | 5be102eb161a0c17b64cf104ccef48ffc9d3e361 (diff) |
input: max77650: Add onkey support
Add support for the push- and slide-button events for max77650.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index e15ed1bb8558..85bc675eecd3 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -190,6 +190,15 @@ config INPUT_M68K_BEEP tristate "M68k Beeper support" depends on M68K +config INPUT_MAX77650_ONKEY + tristate "Maxim MAX77650 ONKEY support" + depends on MFD_MAX77650 + help + Support the ONKEY of the MAX77650 PMIC as an input device. + + To compile this driver as a module, choose M here: the module + will be called max77650-onkey. + config INPUT_MAX77693_HAPTIC tristate "MAXIM MAX77693/MAX77843 haptic controller support" depends on (MFD_MAX77693 || MFD_MAX77843) && PWM |