blob: 2eb420e14e87395276931b034587b020b5adcc94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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_FROSTED
bool "Frosted"
help
Create a frosted appliance or toolchain.
config ADK_TARGET_OS_BAREMETAL
bool "Bare metal"
help
Create a bare metal appliance or toolchain.
endchoice
|