diff options
author | Corentin Chary <corentincj@iksaif.net> | 2010-11-29 02:14:06 -0500 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-01-07 17:03:42 -0500 |
commit | 084fca63128849c0961b3cfdb0cd0345e8f51ad8 (patch) | |
tree | b3123da55f9afde31e046e660e048c986f0e0a19 /drivers/platform/x86/Kconfig | |
parent | 27c136c8738f6bec10c26aaf0a486f19edef7bf7 (diff) |
eeepc-wmi: add touchpad led support
Most of the code comes from eeepc-laptop.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 65ba62086ca8..adcdbbd7d3fd 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -426,6 +426,8 @@ config EEEPC_WMI | |||
426 | depends on EXPERIMENTAL | 426 | depends on EXPERIMENTAL |
427 | depends on BACKLIGHT_CLASS_DEVICE | 427 | depends on BACKLIGHT_CLASS_DEVICE |
428 | select INPUT_SPARSEKMAP | 428 | select INPUT_SPARSEKMAP |
429 | select LEDS_CLASS | ||
430 | select NEW_LEDS | ||
429 | ---help--- | 431 | ---help--- |
430 | Say Y here if you want to support WMI-based hotkeys on Eee PC laptops. | 432 | Say Y here if you want to support WMI-based hotkeys on Eee PC laptops. |
431 | 433 | ||