mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
asus_acpi: Deprecate in favor of asus-laptop
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> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
76593d6fb0
commit
6122af3743
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ config ACERHDF
|
|||
here.
|
||||
|
||||
config ASUS_LAPTOP
|
||||
tristate "Asus Laptop Extras (EXPERIMENTAL)"
|
||||
tristate "Asus Laptop Extras"
|
||||
depends on ACPI
|
||||
depends on EXPERIMENTAL && !ACPI_ASUS
|
||||
select LEDS_CLASS
|
||||
|
@ -389,7 +389,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---
|
||||
|
|
Loading…
Reference in a new issue