aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-28 21:27:49 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-29 17:13:36 -0700
commit055070a7d0d35d0a85697f21788a2c82534ed53b (patch)
tree9dbc3363e1fefd9a8ab5e6851edaa3bde467be4b /drivers/input/joystick/Kconfig
parentInput: edt-ft5x06 - add support for regulator (diff)
downloadlinux-dev-055070a7d0d35d0a85697f21788a2c82534ed53b.tar.xz
linux-dev-055070a7d0d35d0a85697f21788a2c82534ed53b.zip
Input: psxpad-spi - 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 psxpad-spi driver to use the polling mode of standard input devices and removes dependency on INPUT_POLLDEV. Link: https://lore.kernel.org/r/20191001220421.GA66693@dtor-ws Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/joystick/Kconfig')
-rw-r--r--drivers/input/joystick/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig
index 312b854b5506..940b744639c7 100644
--- a/drivers/input/joystick/Kconfig
+++ b/drivers/input/joystick/Kconfig
@@ -334,7 +334,6 @@ config JOYSTICK_MAPLE
config JOYSTICK_PSXPAD_SPI
tristate "PlayStation 1/2 joypads via SPI interface"
depends on SPI
- select INPUT_POLLDEV
help
Say Y here if you wish to connect PlayStation 1/2 joypads
via SPI interface.