commit | 448112e79ad23b279ff8c9c800f8ba6340f66c00 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Mar 24 21:54:47 2025 -0500 |
committer | Fabio Estevam <festevam@gmail.com> | Tue Mar 25 08:32:16 2025 -0300 |
tree | f15ca561f5ccedf07664beb6e81f604ec222921e | |
parent | c0e501a8d1292a99f4f3a00192c918013de8bcf8 [diff] |
imx: imx8: Imply CPU_IMX by default 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>