summaryrefslogtreecommitdiff
path: root/target/config/Config.in.hardware
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-03 15:46:47 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-07 20:44:04 +0100
commit9bb871a0bb4c239239944d28bd4d5cfa19d84f62 (patch)
treeb1c2eee95a3b475748c89d0075f604bb159a3271 /target/config/Config.in.hardware
parenta4767b13763b91dfb0aa75d2985d63d7ed9cb64c (diff)
add support for waldux
Diffstat (limited to 'target/config/Config.in.hardware')
-rw-r--r--target/config/Config.in.hardware3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.hardware b/target/config/Config.in.hardware
index 34e79c240..f136bbebc 100644
--- a/target/config/Config.in.hardware
+++ b/target/config/Config.in.hardware
@@ -112,7 +112,8 @@ config ADK_TARGET_WITH_SMP
config ADK_TARGET_WITH_MMU
bool
- select ADK_KERNEL_MMU
+ select ADK_LINUX_KERNEL_MMU if ADK_TARGET_OS_LINUX
+ select ADK_WALDUX_KERNEL_MMU if ADK_TARGET_OS_WALDUX
config ADK_TARGET_WITHOUT_MMU
bool