diff --git a/arch/Config.in b/arch/Config.in index d50718e2d4..c99af89efa 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -209,7 +209,6 @@ config BR2_powerpc64le config BR2_riscv bool "RISCV" - select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_NEEDS_GCC_AT_LEAST_7 help RISC-V is an open, free Instruction Set Architecture created diff --git a/arch/Config.in.riscv b/arch/Config.in.riscv index 1fc20e5de7..e6436d7c39 100644 --- a/arch/Config.in.riscv +++ b/arch/Config.in.riscv @@ -71,10 +71,12 @@ choice config BR2_RISCV_32 bool "32-bit" + select BR2_ARCH_HAS_MMU_MANDATORY config BR2_RISCV_64 bool "64-bit" select BR2_ARCH_IS_64 + select BR2_ARCH_HAS_MMU_OPTIONAL endchoice