aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorNuno Sá <nuno.sa@analog.com>2022-08-30 21:00:14 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-08-30 21:16:06 -0700
commit6704a86283b7e79ff7ae36d388466428f6672962 (patch)
tree6365d02b136611e2b67c764db09b84c08874414a /drivers/input/keyboard/Kconfig
parentInput: adp5588-keys - bail out on returned error (diff)
downloadlinux-dev-6704a86283b7e79ff7ae36d388466428f6672962.tar.xz
linux-dev-6704a86283b7e79ff7ae36d388466428f6672962.zip
Input: adp5588-keys - add support for fw properties
Use firmware properties (eg: OF) to get the device specific configuration. This change just replaces the platform data since there was no platform using it and so, it makes no sense having both. Special note to the PULL-UP disable setting that is now supported as part of the gpio subsystem (using 'set_config()' callback). Signed-off-by: Nuno Sá <nuno.sa@analog.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20220829131553.690063-5-nuno.sa@analog.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r--drivers/input/keyboard/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index e445e760a41a..8b0281c4f3c5 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -42,6 +42,7 @@ config KEYBOARD_ADP5588
depends on I2C
select GPIOLIB
select GPIOLIB_IRQCHIP
+ select INPUT_MATRIXKMAP
help
Say Y here if you want to use a ADP5588/87 attached to your
system I2C bus.