[PATCH V3 6/6] imx: imx9: Imply CPU_IMX by default
Marek Vasut
marek.vasut at mailbox.org
Sun Mar 23 00:30:57 CET 2025
On 3/22/25 7:38 PM, Adam Ford wrote:
> The imx8_cpu driver is a CPU Driver that supports the i.MX9
> family. When it is enabled, it acts as an alternative to
> arch/arm/mach-imx/cpu.c, but the imx8_cpu supports the driver
> model where cpu.c does not. Imply this newer driver by default.
>
> Signed-off-by: Adam Ford <aford173 at gmail.com>
> ---
> arch/arm/mach-imx/imx9/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig
> index c3e758e103a..579432a47fa 100644
> --- a/arch/arm/mach-imx/imx9/Kconfig
> +++ b/arch/arm/mach-imx/imx9/Kconfig
> @@ -11,6 +11,8 @@ config IMX9
> select HAS_CAAM
> select ROM_UNIFIED_SECTIONS
> imply IMX_TMU
> + imply CPU
> + imply CPU_IMX
Keep the list sorted.
More information about the U-Boot
mailing list