diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-30 01:04:02 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-30 01:14:17 +0100 |
commit | 5d96738d9a74ec774bc7408288b44a7db6321c47 (patch) | |
tree | 7f9ce7bc8408b0f6f6f1d8dd1ba0c15212ff9317 /drivers/input/misc/Kconfig | |
parent | Input: cobalt_btns - convert to use managed resources (diff) | |
download | linux-5d96738d9a74ec774bc7408288b44a7db6321c47.tar.xz linux-5d96738d9a74ec774bc7408288b44a7db6321c47.zip |
Input: cobalt_btns - 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 cobalt_btns driver to use
the polling mode of standard input devices and removes dependency on
INPUT_POLLDEV.
Link: https://lore.kernel.org/r/20191017204217.106453-13-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/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 248e3b40bd24..05520bf4e31d 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -326,7 +326,6 @@ config INPUT_IXP4XX_BEEPER config INPUT_COBALT_BTNS tristate "Cobalt button interface" depends on MIPS_COBALT - select INPUT_POLLDEV help Say Y here if you want to support MIPS Cobalt button interface. |