Commit 92d3935e authored by Janne Grunau's avatar Janne Grunau Committed by Sven Peter
Browse files

arm64: select APPLE_PMGR_PWRSTATE for ARCH_APPLE

Critical devices like the NVMe on Apple silicon systems depend on
APPLE_PMGR_PWRSTATE and others are powered down coming out of reset so
select APPLE_PMGR_PWRSTATE to ensure these devices work. Since the
systems are not totally unsusable (boot to initramfs is expected to
work) allow !PM builds without APPLE_PMGR_PWRSTATE.

Link: https://lore.kernel.org/asahi/2e022f4e-4c87-4da1-9d02-f7a3ae7c5798@arm.com/


Suggested-by: default avatarRobin Murphy <robin.murphy@arm.com>
Signed-off-by: default avatarJanne Grunau <j@jannau.net>
Link: https://patch.msgid.link/20251231-arch-arm64-apple-defconfig-v1-1-4ff19805ba39@jannau.net


Signed-off-by: default avatarSven Peter <sven@kernel.org>
parent 8f0b4cce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ config ARCH_ALPINE
config ARCH_APPLE
	bool "Apple Silicon SoC family"
	select APPLE_AIC
	select APPLE_PMGR_PWRSTATE if PM
	help
	  This enables support for Apple's in-house ARM SoC family, such
	  as the Apple M1.