summaryrefslogtreecommitdiffstats
path: root/drivers/input/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-02 10:33:02 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-12-02 12:35:14 -0800
commit278b13ce3a89698711c5a67792ba2dba41555433 (patch)
tree0e7b9f57a847cab2a5dab6fc3ebcbf4213feba37 /drivers/input/Kconfig
parentf7bda6662fd4f39113b4dee00f7ded44f846b7f4 (diff)
downloadlinux-278b13ce3a89698711c5a67792ba2dba41555433.tar.gz
linux-278b13ce3a89698711c5a67792ba2dba41555433.tar.bz2
linux-278b13ce3a89698711c5a67792ba2dba41555433.zip
Input: remove input_polled_dev implementation
Now that normal input devices support polling mode, and all users of input_polled_dev API have been converted, we can remove it. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r--drivers/input/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 1efd3154b68d..ec0e861f185f 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -52,19 +52,6 @@ config INPUT_FF_MEMLESS
To compile this driver as a module, choose M here: the
module will be called ff-memless.
-config INPUT_POLLDEV
- tristate "Polled input device skeleton"
- help
- Say Y here if you are using a driver for an input
- device that periodically polls hardware state. This
- option is only useful for out-of-tree drivers since
- in-tree drivers select it automatically.
-
- If unsure, say N.
-
- To compile this driver as a module, choose M here: the
- module will be called input-polldev.
-
config INPUT_SPARSEKMAP
tristate "Sparse keymap support library"
help