diff options
author | Jeff LaBundy <jeff@labundy.com> | 2020-02-17 02:32:07 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-03-27 11:25:42 +0300 |
commit | ce1cb0eec85bdd865a788a99274609bcce4ff086 (patch) | |
tree | 35bfcb3a6b87aa074ebebc9040e541dc9cbef781 /drivers/input/keyboard/Kconfig | |
parent | 4d9cf7df8d355e519adb8b2f8759c84e1e633070 (diff) | |
download | linux-ce1cb0eec85bdd865a788a99274609bcce4ff086.tar.xz |
input: keyboard: Add support for Azoteq IQS620A/621/622/624/625
This patch adds key and switch support for the Azoteq IQS620A,
IQS621, IQS622, IQS624 and IQS625 multi-function sensors.
Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 4706ff09f0e8..28de965a08d5 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -663,6 +663,16 @@ config KEYBOARD_IPAQ_MICRO To compile this driver as a module, choose M here: the module will be called ipaq-micro-keys. +config KEYBOARD_IQS62X + tristate "Azoteq IQS620A/621/622/624/625 keys and switches" + depends on MFD_IQS62X + help + Say Y here to enable key and switch support for the Azoteq IQS620A, + IQS621, IQS622, IQS624 and IQS625 multi-function sensors. + + To compile this driver as a module, choose M here: the module will + be called iqs62x-keys. + config KEYBOARD_OMAP tristate "TI OMAP keypad support" depends on ARCH_OMAP1 |