[PATCH] ARM: Make sure CPU_ARM940T kernel can be built.
Franz-Josef Haider
fj.haider at outlook.com
Thu Sep 25 14:33:54 PDT 2025
>From 33ce5a26ef08199625bc5bb01a176047bfacff91 Mon Sep 17 00:00:00 2001
From: Franz-Josef Haider <fj.haider at outlook.com>
Date: Thu, 25 Sep 2025 22:14:07 +0300
Subject: [PATCH] ARM: Make sure CPU_ARM940T kernel can be built.
Fixes build for this cpu type.
Signed-off-by: Franz-Josef Haider <fj.haider at outlook.com>
---
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
More information about the linux-arm-kernel
mailing list