diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-30 00:54:53 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-30 01:13:44 +0100 |
commit | c028c44f42838c502a8f4cc9f9e783cf4b65950b (patch) | |
tree | 3a19abd53fbcfad3295162da62facb9ab0244f6a /drivers/input/keyboard/Kconfig | |
parent | Input: clps711x-keypad - switch to using polled mode of input devices (diff) | |
download | linux-c028c44f42838c502a8f4cc9f9e783cf4b65950b.tar.xz linux-c028c44f42838c502a8f4cc9f9e783cf4b65950b.zip |
Input: jornada680_kbd - 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 jornada680_kbd 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-8-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/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 1024e3fcc0d6..84daf99c475b 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -340,7 +340,6 @@ config KEYBOARD_HIL config KEYBOARD_HP6XX tristate "HP Jornada 6xx keyboard" depends on SH_HP6XX - select INPUT_POLLDEV help Say Y here if you have a HP Jornada 620/660/680/690 and want to support the built-in keyboard. |