On 3/22/25 7:38 PM, Adam Ford wrote:
The imx8_cpu driver is a CPU Driver that supports the i.MX8M
family, and 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 <aford...@gmail.com>
---
arch/arm/mach-imx/imx8m/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
index 8ee699a343c..988495d217a 100644
--- a/arch/arm/mach-imx/imx8m/Kconfig
+++ b/arch/arm/mach-imx/imx8m/Kconfig
@@ -9,6 +9,8 @@ config IMX8M
select ROM_UNIFIED_SECTIONS
select ARMV8_CRYPTO
imply IMX_TMU
+ imply CPU
+ imply CPU_IMX
Keep the list sorted .