summaryrefslogtreecommitdiff
path: root/target/config/Config.in.os
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 17:54:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 17:56:52 +0200
commit185f430dbf2c36415930941eced92723824950d6 (patch)
tree4dcd88236e1011b3fc2da9c3e567da0b9d7fe4d1 /target/config/Config.in.os
parent2045193013cf9f18c3bdf6e81daf2bb87c17bff4 (diff)
remove unfinished alternative os porting efforts
Diffstat (limited to 'target/config/Config.in.os')
-rw-r--r--target/config/Config.in.os24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/config/Config.in.os b/target/config/Config.in.os
index 797567ce1..6f6e96494 100644
--- a/target/config/Config.in.os
+++ b/target/config/Config.in.os
@@ -9,37 +9,13 @@ config ADK_TARGET_OS_LINUX
help
Create a Linux system or toolchain.
-config ADK_TARGET_OS_WALDUX
- bool "Waldux"
- help
- Create a Waldux system or toolchain.
-
config ADK_TARGET_OS_BAREMETAL
bool "Bare metal"
help
Create a bare metal appliance or toolchain.
-config ADK_TARGET_OS_RTEMS
- bool "RTEMS"
- help
- Create a RTEMS appliance or toolchain.
-
-config ADK_TARGET_OS_FROSTED
- bool "Frosted"
- help
- Create a frosted appliance or toolchain.
-
-config ADK_TARGET_OS_ZEPHYR
- bool "Zephyr"
- help
- Create a zephyr appliance or toolchain.
-
endchoice
config ADK_TARGET_OS
string
default "linux" if ADK_TARGET_OS_LINUX
- default "waldux" if ADK_TARGET_OS_WALDUX
- default "frosted" if ADK_TARGET_OS_FROSTED
- default "rtems5.0.0" if ADK_TARGET_OS_RTEMS
- default "zephyr" if ADK_TARGET_OS_ZEPHYR