diff mbox series

[5/5] arch/Config.in.sh: move BR2_ARCH_HAS_MMU_MANDATORY one level up

Message ID 20220419213450.887728-5-thomas.petazzoni@bootlin.com
State Accepted
Headers show
Series [1/5] arch/Config.in.sh: fixup MMU selection | expand

Commit Message

Thomas Petazzoni April 19, 2022, 9:34 p.m. UTC
Now that all SuperH cores have a MMU, and must use it, move back the
select BR2_ARCH_HAS_MMU_MANDATORY one level up.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 arch/Config.in    | 1 +
 arch/Config.in.sh | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

Comments

Peter Korsgaard May 26, 2022, 9:46 a.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > Now that all SuperH cores have a MMU, and must use it, move back the
 > select BR2_ARCH_HAS_MMU_MANDATORY one level up.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/arch/Config.in b/arch/Config.in
index d0d8854c2d..49e16fce38 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -226,6 +226,7 @@  config BR2_s390x
 
 config BR2_sh
 	bool "SuperH"
+	select BR2_ARCH_HAS_MMU_MANDATORY
 	help
 	  SuperH (or SH) is a 32-bit reduced instruction set computer
 	  (RISC) instruction set architecture (ISA) developed by
diff --git a/arch/Config.in.sh b/arch/Config.in.sh
index f00954bb5e..d3acc8ccf8 100644
--- a/arch/Config.in.sh
+++ b/arch/Config.in.sh
@@ -7,16 +7,12 @@  choice
 
 config BR2_sh4
 	bool "sh4 (SH4 little endian)"
-	select BR2_ARCH_HAS_MMU_MANDATORY
 config BR2_sh4eb
 	bool "sh4eb (SH4 big endian)"
-	select BR2_ARCH_HAS_MMU_MANDATORY
 config BR2_sh4a
 	bool "sh4a (SH4A little endian)"
-	select BR2_ARCH_HAS_MMU_MANDATORY
 config BR2_sh4aeb
 	bool "sh4aeb (SH4A big endian)"
-	select BR2_ARCH_HAS_MMU_MANDATORY
 endchoice
 
 config BR2_ARCH