Re: [PATCH V5 3/6] soc: imx: add i.MX93 SRC power domain driver

From: Randy Dunlap
Date: Mon Jul 11 2022 - 18:03:19 EST


Hi--

On 7/10/22 23:24, Peng Fan (OSS) wrote:
> diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
> index a840494e849a..5bfc1dfea28b 100644
> --- a/drivers/soc/imx/Kconfig
> +++ b/drivers/soc/imx/Kconfig
> @@ -20,4 +20,14 @@ config SOC_IMX8M
> support, it will provide the SoC info like SoC family,
> ID and revision etc.
>
> +config SOC_IMX9
> + tristate "i.MX9 SoC family support"
> + depends on ARCH_MXC || COMPILE_TEST
> + default ARCH_MXC && ARM64
> + select SOC_BUS
> + select PM_GENERIC_DOMAINS
> + help
> + If you say yes here you get support for the NXP i.MX9 family
> + support.

Please drop the second "support".

--
~Randy