diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-10 08:43:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-10 08:43:13 +0200 |
commit | b7bcd372663fbef6fcc3957310e3e315eef3526b (patch) | |
tree | 83030be4b78fea24d827f6a88fc47775a0f435a1 /target | |
parent | e488dc052ed1c425689d8dde902a4d7b12a5b8b4 (diff) |
miniinit: new package
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.runtime | 4 |
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 |