diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-06-19 08:52:11 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-06-24 01:34:00 -0400 |
commit | 21ab01e2fcbfcc0d1faba2b7336b3c0f7f3c1ac8 (patch) | |
tree | f454dfd9cf904478deba7543c8fe9f839756171d /drivers/platform | |
parent | 2fcc23da5522b89677fb0af6043a88e88fdd09a2 (diff) |
asus-laptop: remove EXPERIMENTAL dependency
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 13226e4ad234..7232fe7104aa 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -54,7 +54,7 @@ config ACERHDF | |||
54 | config ASUS_LAPTOP | 54 | config ASUS_LAPTOP |
55 | tristate "Asus Laptop Extras" | 55 | tristate "Asus Laptop Extras" |
56 | depends on ACPI | 56 | depends on ACPI |
57 | depends on EXPERIMENTAL && !ACPI_ASUS | 57 | depends on !ACPI_ASUS |
58 | select LEDS_CLASS | 58 | select LEDS_CLASS |
59 | select NEW_LEDS | 59 | select NEW_LEDS |
60 | select BACKLIGHT_CLASS_DEVICE | 60 | select BACKLIGHT_CLASS_DEVICE |