diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-01-20 15:17:44 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-20 19:35:16 (GMT) |
commit | 12d6f35b0ff1f446d465e95e9a2fe187263479ef (patch) | |
tree | 46e09e5cade5b701e6e7338961276ec43b3ee11c /drivers/platform | |
parent | 034ce90a8d1051deaeb31bae7f26ff1440a5b988 (diff) | |
download | linux-12d6f35b0ff1f446d465e95e9a2fe187263479ef.tar.xz |
asus-laptop: update Kconfig for input layer
Update Kconfig, now asus-laptop use the input layer.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 1a266d4..9436311 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -42,6 +42,7 @@ config ASUS_LAPTOP depends on LEDS_CLASS depends on NEW_LEDS depends on BACKLIGHT_CLASS_DEVICE + depends on INPUT ---help--- This is the new Linux driver for Asus laptops. It may also support some MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate |