[<prev] [next>] [day] [month] [year] [list]
Message-ID:
<VI0P195MB2739D000BD1BF18B3B718F93ED1FA@VI0P195MB2739.EURP195.PROD.OUTLOOK.COM>
Date: Fri, 26 Sep 2025 00:33:54 +0300
From: Franz-Josef Haider <fj.haider@...look.com>
To: linux@...linux.org.uk
Cc: ardb@...nel.org, rmk+kernel@...linux.org.uk, ebiggers@...nel.org,
nathan@...nel.org, linus.walleij@...aro.org, rostedt@...dmis.org,
kees@...nel.org, dave@...ilevsky.ca, fj.haider@...look.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
trivial@...nel.org
Subject: [PATCH] ARM: Make sure CPU_ARM940T kernel can be built.
>From 33ce5a26ef08199625bc5bb01a176047bfacff91 Mon Sep 17 00:00:00 2001
From: Franz-Josef Haider <fj.haider@...look.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@...look.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
Powered by blists - more mailing lists