[PATCH 0/2] arm64: defconfig: Enable Apple Silicon drivers
From: Janne Grunau <j@jannau.net>
Date: 2025-12-31 15:42:44
Also in:
asahi, lkml
Many Apple silicon specific drivers used "default ARCH_APPLE". [1] attempted to fix this and add the drivers to arm64's defconfig. While default Kconfig removals were merged adding the drivers to defconfig was not. A follow-up based on the discussion was never sent and then apparently forgotten. This small series addresses that. APPLE_PMGR_PWRSTATE is now selected by ARCH_APPLE as it is considered critical for booting just like interrupt controller. Since its absence does not break booting completely but leaves just a mostly useless system allow !PM builds without APPLE_PMGR_PWRSTATE. The defconfig change is updated to include forgotten drivers and drivers which were added in the meantime. 1: https://lore.kernel.org/asahi/20250612-apple-kconfig-defconfig-v1-0-0e6f9cb512c1@kernel.org/ (local) Signed-off-by: Janne Grunau <j@jannau.net> --- Janne Grunau (1): arm64: select APPLE_PMGR_PWRSTATE for ARCH_APPLE Sven Peter (1): arm64: defconfig: Enable Apple Silicon drivers arch/arm64/Kconfig.platforms | 1 + arch/arm64/configs/defconfig | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) --- base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8 change-id: 20251231-arch-arm64-apple-defconfig-22de55a3d1cc Best regards, -- Janne Grunau [off-list ref]