]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx: imx9: Imply CPU_IMX by default
authorAdam Ford <aford173@gmail.com>
Tue, 25 Mar 2025 02:54:48 +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.MX9
family to display the CPU type, temperature grade and
current operating temperature.  The older file,
arch/arm/mach-imx/cpu.c, does not support i.MX9, so this config
is enabled in various IMX9 boards.  Instead of having this option
enabled in every IMX9, select this driver by default for the
platform.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-imx/imx9/Kconfig

index c3e758e103af43d54261ae872a178241f953ba6c..1ccdb1cf64f79405601f00a8ff4bb5cb87c77adf 100644 (file)
@@ -8,6 +8,8 @@ config AHAB_BOOT
 config IMX9
        bool
        select BINMAN
+       select CPU
+       select CPU_IMX
        select HAS_CAAM
        select ROM_UNIFIED_SECTIONS
        imply IMX_TMU