diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-02 20:33:02 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-12-02 23:35:14 +0300 |
commit | 278b13ce3a89698711c5a67792ba2dba41555433 (patch) | |
tree | 0e7b9f57a847cab2a5dab6fc3ebcbf4213feba37 /drivers/input/Kconfig | |
parent | f7bda6662fd4f39113b4dee00f7ded44f846b7f4 (diff) | |
download | linux-278b13ce3a89698711c5a67792ba2dba41555433.tar.xz |
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/Kconfig | 13 |
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 |