aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-29 17:03:45 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-29 17:14:15 -0700
commit4a767ec368bf4b743ce466394096c528eb4abecb (patch)
treefae308ec9196d961288011195e54cf692c896f7b /drivers/input/misc/Kconfig
parentInput: apanel - switch to using polled mode of input devices (diff)
downloadlinux-dev-4a767ec368bf4b743ce466394096c528eb4abecb.tar.xz
linux-dev-4a767ec368bf4b743ce466394096c528eb4abecb.zip
Input: wistron_btns - 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 wistron_btns driver to use the polling mode of standard input devices and removes dependency on INPUT_POLLDEV. Link: https://lore.kernel.org/r/20191017204217.106453-11-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/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index a6b8af69915d..248e3b40bd24 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -346,7 +346,6 @@ config INPUT_CPCAP_PWRBUTTON
config INPUT_WISTRON_BTNS
tristate "x86 Wistron laptop button interface"
depends on X86_32
- select INPUT_POLLDEV
select INPUT_SPARSEKMAP
select NEW_LEDS
select LEDS_CLASS