diff options
author | Adam Ford <aford173@gmail.com> | 2025-03-24 21:54:46 -0500 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-03-25 08:32:16 -0300 |
commit | c2397b7c8213c30fcf1f7e3ca9e2356ed9e6b4df (patch) | |
tree | 2fa94e4528376a1a461e6b9fc80f73a5daf82ec5 | |
parent | 4edfe1bbc4007659cfaed46372c6e31f1a9d6d79 (diff) |
imx: imx8m: Imply CPU_IMX by default
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 <aford173@gmail.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r-- | arch/arm/mach-imx/imx8m/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index 8ee699a343c..31f2f003d35 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -8,6 +8,8 @@ config IMX8M select LTO select ROM_UNIFIED_SECTIONS select ARMV8_CRYPTO + imply CPU + imply CPU_IMX imply IMX_TMU config IMX8MQ |