diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-12-03 07:44:52 +0000 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-09 15:54:30 -0500 |
commit | 3c0eb510697dbbb53674c72544350624a04ab5b4 (patch) | |
tree | 83f5c09da8363e5c10f662f54970e618c0427ffb /drivers/platform/x86/Kconfig | |
parent | edf624522757adec8ceb83a4b97747eba645c454 (diff) | |
download | blackbird-op-linux-3c0eb510697dbbb53674c72544350624a04ab5b4.tar.gz blackbird-op-linux-3c0eb510697dbbb53674c72544350624a04ab5b4.zip |
eeepc-laptop: add touchpad led
This led can be found on Eeepc 1005 series.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.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 55ca39dea42e..e5e43121995d 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -334,6 +334,8 @@ config EEEPC_LAPTOP depends on HOTPLUG_PCI select BACKLIGHT_CLASS_DEVICE select HWMON + select LEDS_CLASS + select NEW_LEDS ---help--- This driver supports the Fn-Fx keys on Eee PC laptops. |