imx: imx8: Imply CPU_IMX by default
authorAdam Ford <aford173@gmail.com>
Tue, 25 Mar 2025 02:54:47 +0000 (21:54 -0500)
committerFabio Estevam <festevam@gmail.com>
Tue, 25 Mar 2025 11:32:16 +0000 (08:32 -0300)
The imx8_cpu driver is a CPU Driver that supports the i.MX8Q
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@gmail.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-imx/imx8/Kconfig

index 9a43bed..257c14e 100644 (file)
@@ -9,6 +9,8 @@ config AHAB_BOOT
 config IMX8
        bool
        select HAS_CAAM
+       imply CPU
+       imply CPU_IMX
 
 config MU_BASE_SPL
        hex "MU base address used in SPL"