Message ID | 1245180536-28009-8-git-send-email-corentincj@iksaif.net (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Len Brown |
Headers | show |
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index a5386b2..bb538d5 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -35,7 +35,7 @@ config ACER_WMI here. config ASUS_LAPTOP - tristate "Asus Laptop Extras (EXPERIMENTAL)" + tristate "Asus Laptop Extras" depends on ACPI depends on EXPERIMENTAL && !ACPI_ASUS select LEDS_CLASS @@ -373,7 +373,7 @@ config ACPI_WMI any ACPI-WMI devices. config ACPI_ASUS - tristate "ASUS/Medion Laptop Extras" + tristate "ASUS/Medion Laptop Extras (DEPRECATED)" depends on ACPI select BACKLIGHT_CLASS_DEVICE ---help---
asus-laptop have been merged in the kernel two years ago, it is now stable and used by most distribution instead of the old asus_acpi driver. Signed-off-by: Corentin Chary <corentincj@iksaif.net> --- drivers/platform/x86/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)