summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ford <[email protected]>2025-03-24 21:54:48 -0500
committerFabio Estevam <[email protected]>2025-03-25 08:32:16 -0300
commit6bd1b740dd09f852ed3f313bd05f31c2324a916a (patch)
tree9320ae419c10b01728596b0cc1955250a8a1fa66
parent9dc3ae5ab85fe1bc78edad3037be1f18ee7a4423 (diff)
imx: imx9: Imply CPU_IMX by default
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 <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
-rw-r--r--arch/arm/mach-imx/imx9/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig
index c3e758e103a..1ccdb1cf64f 100644
--- a/arch/arm/mach-imx/imx9/Kconfig
+++ b/arch/arm/mach-imx/imx9/Kconfig
@@ -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