commit | c0e501a8d1292a99f4f3a00192c918013de8bcf8 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Mar 24 21:54:46 2025 -0500 |
committer | Fabio Estevam <festevam@gmail.com> | Tue Mar 25 08:32:16 2025 -0300 |
tree | 2fa94e4528376a1a461e6b9fc80f73a5daf82ec5 | |
parent | 0b69ff23abffd3a9abba4922032ded58c3b1ca22 [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>