Browse Source

ACPI / ARM64: Don't enable ACPI by default on ARM64

If ACPI is selectable it is enabled by default.  This is a good choice
for architectures where the overwhelming majority of systems use ACPI
like x86 and IA-64 but is less clear for architectures where it's less
common like ARM64.  Change the default selection so that it's only done
explicitly on those architectures where ACPI is universally used.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Hanjun Guo <hanjun.guo@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Mark Brown 9 years ago
parent
commit
6df795ff13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/acpi/Kconfig

+ 1 - 1
drivers/acpi/Kconfig

@@ -8,7 +8,7 @@ menuconfig ACPI
 	depends on IA64 || X86 || (ARM64 && EXPERT)
 	depends on IA64 || X86 || (ARM64 && EXPERT)
 	depends on PCI
 	depends on PCI
 	select PNP
 	select PNP
-	default y
+	default y if (IA64 || X86)
 	help
 	help
 	  Advanced Configuration and Power Interface (ACPI) support for 
 	  Advanced Configuration and Power Interface (ACPI) support for 
 	  Linux requires an ACPI-compliant platform (hardware/firmware),
 	  Linux requires an ACPI-compliant platform (hardware/firmware),