All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ACPI / ARM64: Don't enable ACPI by default on ARM64
@ 2016-04-15  7:53 ` Mark Brown
  0 siblings, 0 replies; 28+ messages in thread
From: Mark Brown @ 2016-04-15  7:53 UTC (permalink / raw)
  To: Rafael J . Wysocki, Catalin Marinas, Len Brown, Will Deacon
  Cc: Mark Rutland, Steve Capper, Graeme Gregory, linux-acpi,
	linux-arm-kernel, arm, Mark Brown

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>
---
 drivers/acpi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 82b96ee8624c..2fcf87a6d270 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -8,7 +8,7 @@ menuconfig ACPI
 	depends on IA64 || X86 || (ARM64 && EXPERT)
 	depends on PCI
 	select PNP
-	default y
+	default y if (IA64 || X86)
 	help
 	  Advanced Configuration and Power Interface (ACPI) support for 
 	  Linux requires an ACPI-compliant platform (hardware/firmware),
-- 
2.8.0.rc3


^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2016-04-21  0:10 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15  7:53 [PATCH 1/3] ACPI / ARM64: Don't enable ACPI by default on ARM64 Mark Brown
2016-04-15  7:53 ` Mark Brown
2016-04-15  7:53 ` [PATCH 2/3] ACPI / ARM64: Remove EXPERT dependency for ACPI " Mark Brown
2016-04-15  7:53   ` Mark Brown
2016-04-15 16:19   ` Roy Franz (HPE)
2016-04-15 16:19     ` Roy Franz (HPE)
2016-04-15 17:48   ` Olof Johansson
2016-04-15 17:48     ` Olof Johansson
2016-04-20 16:30   ` Timur Tabi
2016-04-20 16:30     ` Timur Tabi
2016-04-15  7:53 ` [PATCH 3/3] arm64: defconfig: Enable ACPI Mark Brown
2016-04-15  7:53   ` Mark Brown
2016-04-15  8:42   ` Catalin Marinas
2016-04-15  8:42     ` Catalin Marinas
2016-04-15  9:04   ` Hanjun Guo
2016-04-15  9:04     ` Hanjun Guo
2016-04-15 16:17   ` Roy Franz (HPE)
2016-04-15 16:17     ` Roy Franz (HPE)
2016-04-15  8:42 ` [PATCH 1/3] ACPI / ARM64: Don't enable ACPI by default on ARM64 Catalin Marinas
2016-04-15  8:42   ` Catalin Marinas
2016-04-15  9:03 ` Hanjun Guo
2016-04-15  9:03   ` Hanjun Guo
2016-04-15 17:48 ` Olof Johansson
2016-04-15 17:48   ` Olof Johansson
2016-04-16 15:11 ` Sergei Shtylyov
2016-04-16 15:11   ` Sergei Shtylyov
2016-04-21  0:10 ` Rafael J. Wysocki
2016-04-21  0:10   ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.