summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-13 21:52:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-13 21:52:23 +0100
commit5cae858220cca9ff0eb494c3fa673e9e652f827d (patch)
tree5448de10549c9eb4bcd69575581b24351b631d58 /Config.in
parent489709c1cd89ab6fa8fd2f15748367ac11121a9d (diff)
add a comment to main menu
If you once choosen a architecture, system and cpu and saved the configuration, some defaults are set. Any reconfiguration of these settings might create a non-valid configuration. You can even get some strange side effects, where you can't select some stuff.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index b9db39c5b..bc6d180ee 100644
--- a/Config.in
+++ b/Config.in
@@ -24,6 +24,10 @@ source "target/config/Config.in.systemopts"
source "target/config/Config.in.subsystem"
source "target/config/Config.in.qemuopts"
source "target/config/Config.in.cpu"
+
+comment "After you saved your configuration once, you shouldn't change anything above"
+ depends on ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
+
source "target/config/Config.in.tasks"
menu "Firmware configuration"