summaryrefslogtreecommitdiff
path: root/target/config/Config.in.mmu
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.mmu')
-rw-r--r--target/config/Config.in.mmu9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/config/Config.in.mmu b/target/config/Config.in.mmu
new file mode 100644
index 000000000..53a477486
--- /dev/null
+++ b/target/config/Config.in.mmu
@@ -0,0 +1,9 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+config ADK_TARGET_WITH_MMU
+ bool "MMU"
+ depends on !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
+ select ADK_LINUX_KERNEL_MMU if ADK_TARGET_OS_LINUX
+ select ADK_WALDUX_KERNEL_MMU if ADK_TARGET_OS_WALDUX
+ default y