Re: [PATCH 04/18] arm64: Kconfig: Introduce CONFIG_ARCH_APPLE

2021-02-07 Thread Hector Martin 'marcan'
On 06/02/2021 22.17, Marc Zyngier wrote: +config ARCH_APPLE + bool "Apple Silicon SoC family" + select GENERIC_IRQ_CHIP nit: This is better selected by the interrupt controller that relies on the generic irqchip infrastructure. Ack, changed for v2. -- Hector Martin "marcan" (mar.

[PATCH 04/18] arm64: Kconfig: Introduce CONFIG_ARCH_APPLE

2021-02-04 Thread Hector Martin
This adds a Kconfig option to toggle support for Apple ARM SoCs. At this time this targets the M1 and later "Apple Silicon" Mac SoCs. Signed-off-by: Hector Martin --- arch/arm64/Kconfig.platforms | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64