Re: [PATCH 5/8] arm64: Introduce Arm Morello System Development Platform
From: Krzysztof Kozlowski
Date: Sat Dec 14 2024 - 05:13:51 EST
On 13/12/2024 17:32, Vincenzo Frascino wrote:
> Introduce the Kconfig entry for the Arm Morello System Development
> Platform.
>
> Cc: Sudeep Holla <sudeep.holla@xxxxxxx>
> Cc: Rob Herring <robh@xxxxxxxxxx>
> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
> ---
> arch/arm64/Kconfig.platforms | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 370a9d2b6919..1c4867ea9407 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -250,6 +250,11 @@ config ARCH_NPCM
> General support for NPCM8xx BMC (Arbel).
> Nuvoton NPCM8xx BMC based on the Cortex A35.
>
> +config ARCH_MORELLO
> + bool "Arm Morello System Development Platform"
> + help
> + Enables support for Arm Morello System Development Platform
You do not get new ARCH per each soc or product. Merge it to existing
ARM Kconfigs.
Best regards,
Krzysztof