summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.runtime4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 44b14db99..e1a5600f6 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -30,6 +30,10 @@ config ADK_RUNTIME_INIT_SIMPLEINIT
bool "Use a very simple init"
select ADK_PACKAGE_SIMPLEINIT
+config ADK_RUNTIME_INIT_MINIINIT
+ bool "Use a minimal init"
+ select ADK_PACKAGE_MINIINIT
+
endchoice
choice