aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-29 16:54:04 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-29 17:13:42 -0700
commitd0fe37b923e1ebe8d62b315a45b49ab321dc6319 (patch)
treed489231b12a03a7542c70312b3d30aa77fc24bb0 /drivers/input/keyboard/Kconfig
parentInput: tsc6507x-ts - switch to using polled mode of input devices (diff)
downloadlinux-dev-d0fe37b923e1ebe8d62b315a45b49ab321dc6319.tar.xz
linux-dev-d0fe37b923e1ebe8d62b315a45b49ab321dc6319.zip
Input: adc-keys - switch to using polled mode of input devices
We have added polled mode to the normal input devices with the intent of retiring input_polled_dev. This converts adc-keys driver to use the polling mode of standard input devices and removes dependency on INPUT_POLLDEV. Acked-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.kernel.org/r/20191017204217.106453-6-dmitry.torokhov@gmail.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, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 04ad3715c0d0..ffb7f7ba1861 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -16,7 +16,6 @@ if INPUT_KEYBOARD
config KEYBOARD_ADC
tristate "ADC Ladder Buttons"
depends on IIO
- select INPUT_POLLDEV
help
This driver implements support for buttons connected
to an ADC using a resistor ladder.