summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@insightbb.com>2007-05-23 05:48:39 +0200
committerDmitry Torokhov <dtor@insightbb.com>2007-07-10 06:35:17 +0200
commitc2554c91425a86e5d0409a76b7ddcb328362f08b (patch)
tree73cc00ffbc9d1ba0bc0c45ea5d3521e479d916de /drivers/input/misc/Kconfig
parentInput: wistron - add LED support (diff)
downloadlinux-c2554c91425a86e5d0409a76b7ddcb328362f08b.tar.xz
linux-c2554c91425a86e5d0409a76b7ddcb328362f08b.zip
Input: wistron - convert to use input-polldev
Switch to using input-polldev skeleton instead of implementing polling loop by itself. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 4326f536f849..9b26574f1466 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -65,6 +65,7 @@ config INPUT_COBALT_BTNS
config INPUT_WISTRON_BTNS
tristate "x86 Wistron laptop button interface"
depends on X86 && !X86_64
+ select INPUT_POLLDEV
select NEW_LEDS
select LEDS_CLASS
help