diff options
| author | Adam Ford <aford173@gmail.com> | 2025-03-24 21:54:48 -0500 |
|---|---|---|
| committer | Fabio Estevam <festevam@gmail.com> | 2025-03-25 08:32:16 -0300 |
| commit | 6bd1b740dd09f852ed3f313bd05f31c2324a916a (patch) | |
| tree | 9320ae419c10b01728596b0cc1955250a8a1fa66 /arch/arm | |
| parent | 9dc3ae5ab85fe1bc78edad3037be1f18ee7a4423 (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 <aford173@gmail.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/mach-imx/imx9/Kconfig | 2 |
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 |
