summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index c2ffcd903..3f107feaf 100644
--- a/Config.in
+++ b/Config.in
@@ -7,6 +7,7 @@ config ADKVERSION
mainmenu "OpenADK Configuration"
+
config MODULES
bool
default y
@@ -90,6 +91,18 @@ config ADK_FORCE_PARALLEL
help
Do not enable this! It's for testing purposes only.
+choice
+prompt "Hostsystem (do not change!)"
+config ADK_HOST_LINUX
+ prompt "Linux"
+ boolean
+
+config ADK_HOST_FREEBSD
+ prompt "FreeBSD"
+ boolean
+
+endchoice
+
endmenu
source "target/Config.in"