diff options
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 88e29074ac90..9b26574f1466 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -65,9 +65,13 @@ config INPUT_COBALT_BTNS | |||
65 | config INPUT_WISTRON_BTNS | 65 | config INPUT_WISTRON_BTNS |
66 | tristate "x86 Wistron laptop button interface" | 66 | tristate "x86 Wistron laptop button interface" |
67 | depends on X86 && !X86_64 | 67 | depends on X86 && !X86_64 |
68 | select INPUT_POLLDEV | ||
69 | select NEW_LEDS | ||
70 | select LEDS_CLASS | ||
68 | help | 71 | help |
69 | Say Y here for support of Winstron laptop button interface, used on | 72 | Say Y here for support of Winstron laptop button interface, used on |
70 | laptops of various brands, including Acer and Fujitsu-Siemens. | 73 | laptops of various brands, including Acer and Fujitsu-Siemens. If |
74 | available, mail and wifi leds will be controlable via /sys/class/leds. | ||
71 | 75 | ||
72 | To compile this driver as a module, choose M here: the module will | 76 | To compile this driver as a module, choose M here: the module will |
73 | be called wistron_btns. | 77 | be called wistron_btns. |