summaryrefslogtreecommitdiff
path: root/target/config/Config.in.adk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-18 03:49:34 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-18 03:49:34 -0500
commit2d222d51ae2450292a7f5e798bcddb3aea4a6c55 (patch)
treee773fd865ba5148bba091821c466a94d47e02564 /target/config/Config.in.adk
parent898adb5c351bb169f5cda94f844b6ef27fe62894 (diff)
introduce new config symbol for experimental stuff
The new symbol will hide experimental stuff, so that only known to work combinations are allowed to choose, when ADK_EXPERIMENTAL disabled.
Diffstat (limited to 'target/config/Config.in.adk')
-rw-r--r--target/config/Config.in.adk7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk
index fa0ad2158..18faa861d 100644
--- a/target/config/Config.in.adk
+++ b/target/config/Config.in.adk
@@ -17,6 +17,13 @@ config ADK_DL_DIR
Configure the download directory for all source packages.
Use an absolute path.
+config ADK_EXPERIMENTAL
+ bool "Enable support for experimental features"
+ default n
+ help
+ This enables combinations of toolchain components or kernel
+ and packages, which might be unsafe to use.
+
config ADK_BUILD_WITH_DEBUG
bool "Build everything with debug information and allow debug packages"
default n