Re: [PATCH 05/15] arm64: Kconfig: Introduce CONFIG_ARCH_AMBARELLA

From: Arnd Bergmann
Date: Mon Jan 23 2023 - 03:33:29 EST


On Mon, Jan 23, 2023, at 08:32, Li Chen wrote:
> +config ARCH_AMBARELLA
> + bool "Ambarella ARMv8 SoC Family"
> + select PINCTRL
> + select PINCTRL_AMB
> + select RATIONAL
> + help
> + This enables support for Ambarella ARMv8 SoC Family starting
> + from s6lm.

The patch is ok, but drop the "ARMv8" from the "bool" prompt,
we are removing this from all the other entries as well.

Arnd