Browse Source

disable MMU selection for non-MMU architectures

Waldemar Brodkorb 6 years ago
parent
commit
6f58631257
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/config/Config.in.mmu

+ 1 - 0
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