[PATCH] ARM: Make sure CPU_ARM940T kernel can be built.

From: Franz-Josef Haider
Date: Thu Sep 25 2025 - 15:14:07 EST


Fixes build for this cpu type.

Signed-off-by: Franz-Josef Haider <fj.haider@xxxxxxxxxxx>
---
arch/arm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b1f3df39ed40..a498c9aae50e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -322,7 +322,7 @@ config MMU
support by paged memory management. If unsure, say 'Y'.

config ARM_SINGLE_ARMV7M
- def_bool !MMU
+ def_bool !MMU && !CPU_ARM940T
select ARM_NVIC
select CPU_V7M
select NO_IOPORT_MAP
--
2.51.0