summaryrefslogtreecommitdiff
path: root/target/config/Config.in.os
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.os')
-rw-r--r--target/config/Config.in.os17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/config/Config.in.os b/target/config/Config.in.os
new file mode 100644
index 000000000..1d21d09e8
--- /dev/null
+++ b/target/config/Config.in.os
@@ -0,0 +1,17 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+choice
+prompt "Operating System"
+
+config ADK_TARGET_OS_LINUX
+ bool "Linux"
+ help
+ Create a Linux system or toolchain.
+
+config ADK_TARGET_OS_BAREMETAL
+ bool "Bare metal"
+ help
+ Create a bare metal appliance or toolchain.
+
+endchoice