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