Re: [PATCH 11/18] arm64: Kconfig: Require FIQ support for ARCH_APPLE
From: Marc Zyngier <maz@kernel.org>
Date: 2021-02-06 15:47:22
On Thu, 04 Feb 2021 20:39:44 +0000, Hector Martin [off-list ref] wrote:
quoted hunk ↗ jump to hunk
All currently supported Apple ARM SoCs (and possibly all future ones too) require FIQs. Signed-off-by: Hector Martin <redacted> --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+)diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index e3e3bd2c4374..8182d78e8e23 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms@@ -32,6 +32,7 @@ config ARCH_ALPINE config ARCH_APPLE bool "Apple Silicon SoC family" select GENERIC_IRQ_CHIP + select ARM64_FIQ_SUPPORT
Ah, this is what I was expecting in the previous patch. I guess the initial ARCH_APPLE patch could be moved down the line and add all the dependencies in one go. Thanks, M. -- Without deviation from the norm, progress is not possible. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel