Skip to content

Commit 92d3935

Browse files
jannausvenpeter42
authored andcommitted
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: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Janne Grunau <j@jannau.net> Link: https://patch.msgid.link/20251231-arch-arm64-apple-defconfig-v1-1-4ff19805ba39@jannau.net Signed-off-by: Sven Peter <sven@kernel.org>
1 parent 8f0b4cc commit 92d3935

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/Kconfig.platforms

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ config ARCH_ALPINE
3636
config ARCH_APPLE
3737
bool "Apple Silicon SoC family"
3838
select APPLE_AIC
39+
select APPLE_PMGR_PWRSTATE if PM
3940
help
4041
This enables support for Apple's in-house ARM SoC family, such
4142
as the Apple M1.

0 commit comments

Comments
 (0)