summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-31 12:50:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-31 12:50:03 +0200
commit6f5863125764c6644fed6e37a9c2e40a1125e4c4 (patch)
tree9843816089e52e601910d3922885cd6dde3e5843
parent4d9af324280095e30d8e63d8559f70aa70f8db61 (diff)
disable MMU selection for non-MMU architectures
-rw-r--r--target/config/Config.in.mmu1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.mmu b/target/config/Config.in.mmu
index 53a477486..95f9db837 100644
--- a/target/config/Config.in.mmu
+++ b/target/config/Config.in.mmu
@@ -4,6 +4,7 @@
config ADK_TARGET_WITH_MMU
bool "MMU"
depends on !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
+ depends on !ADK_TARGET_ARCH_BFIN && !ADK_TARGET_ARCH_C6X && !ADK_TARGET_ARCH_FRV && !ADK_TARGET_ARCH_H8300 && !ADK_TARGET_ARCH_LM32
select ADK_LINUX_KERNEL_MMU if ADK_TARGET_OS_LINUX
select ADK_WALDUX_KERNEL_MMU if ADK_TARGET_OS_WALDUX
default y