diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-29 17:05:34 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-29 17:15:53 -0700 |
commit | 78713dfade756210a88630d0c3eb7ed04774d499 (patch) | |
tree | 3897db67820be03d49ae5d0237eb22b007401816 /drivers/input/misc/Kconfig | |
parent | e73391180ae937f6947fc252a27c0e203365a9f1 (diff) | |
download | linux-78713dfade756210a88630d0c3eb7ed04774d499.tar.gz linux-78713dfade756210a88630d0c3eb7ed04774d499.tar.bz2 linux-78713dfade756210a88630d0c3eb7ed04774d499.zip |
Input: kxtj9 - 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 kxtj9 driver to use the polling
mode of standard input devices and removes dependency on INPUT_POLLDEV.
note that with regular input devices handling polling, there is no longer a
benefit in having separate INPUT_KXTJ9_POLLED_MODE config option.
Link: https://lore.kernel.org/r/20191017204217.106453-23-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 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 438ec07e3b62..7e2e658d551c 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -404,13 +404,6 @@ config INPUT_KXTJ9 To compile this driver as a module, choose M here: the module will be called kxtj9. -config INPUT_KXTJ9_POLLED_MODE - bool "Enable polling mode support" - depends on INPUT_KXTJ9 - select INPUT_POLLDEV - help - Say Y here if you need accelerometer to work in polling mode. - config INPUT_POWERMATE tristate "Griffin PowerMate and Contour Jog support" depends on USB_ARCH_HAS_HCD |