aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-29 17:04:51 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-29 17:15:47 -0700
commitff68cf0b166efd626e653d9ca55f1a1ec74f3667 (patch)
treec44dc7c6c07992d3f15fa4ee893c8c7eb60d1bbb /drivers/input/misc/Kconfig
parentInput: rb532_button - switch to using polled mode of input devices (diff)
downloadlinux-dev-ff68cf0b166efd626e653d9ca55f1a1ec74f3667.tar.xz
linux-dev-ff68cf0b166efd626e653d9ca55f1a1ec74f3667.zip
Input: gpio_decoder - 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 gpio_decoder driver to use the polling mode of standard input devices and removes dependency on INPUT_POLLDEV. Link: https://lore.kernel.org/r/20191017204217.106453-18-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 102e993bbd6b..b108c992bb7a 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -290,7 +290,6 @@ config INPUT_GPIO_BEEPER
config INPUT_GPIO_DECODER
tristate "Polled GPIO Decoder Input driver"
depends on GPIOLIB || COMPILE_TEST
- select INPUT_POLLDEV
help
Say Y here if you want driver to read status of multiple GPIO
lines and report the encoded value as an absolute integer to