diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-30 00:50:20 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-30 01:13:40 +0100 |
commit | 9b587815ddd8f092c5a87f764e30b39fe8748c4d (patch) | |
tree | 4bc79507706a14a79d351d6bd096f8923d1bd53b /drivers/input/touchscreen/Kconfig | |
parent | Input: sur40 - switch to using polled mode of input devices (diff) | |
download | linux-9b587815ddd8f092c5a87f764e30b39fe8748c4d.tar.xz linux-9b587815ddd8f092c5a87f764e30b39fe8748c4d.zip |
Input: ts4800-ts - 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 ts4800-ts driver to use the
polling mode of standard input devices and removes dependency on
INPUT_POLLDEV.
Link: https://lore.kernel.org/r/20191017204217.106453-4-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index df9cb92166c3..2c00232b2506 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -1037,7 +1037,6 @@ config TOUCHSCREEN_TS4800 depends on HAS_IOMEM && OF depends on SOC_IMX51 || COMPILE_TEST select MFD_SYSCON - select INPUT_POLLDEV help Say Y here if you have a touchscreen on a TS-4800 board. |