From: Ard Biesheuvel Date: Thu, 20 Jun 2019 07:33:53 +0000 (+0200) Subject: ACPI: Make AC and battery drivers available on !X86 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb683f47a9fb824dc11d529119354d1a88a96ca2;p=linux.git ACPI: Make AC and battery drivers available on !X86 ACPI battery and AC devices can be found in arm64 laptops as well, so drop the Kconfig dependency on X86 for their drivers. Signed-off-by: Ard Biesheuvel Tested-by: Lee Jones Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 283ee94224c6c..4e1e517a33bc7 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -155,7 +155,6 @@ config ACPI_EC_DEBUGFS config ACPI_AC tristate "AC Adapter" - depends on X86 select POWER_SUPPLY default y help @@ -168,7 +167,6 @@ config ACPI_AC config ACPI_BATTERY tristate "Battery" - depends on X86 select POWER_SUPPLY default y help