summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-24 20:41:10 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-24 20:41:10 +0200
commit20b401a5770e6cb1da538b2af7ae16145bc167eb (patch)
tree4bbbcc3849c3f0fb3e772bc29bf69d2d1713e52d /Kconfig
parent0ba2dbcd96ee1cee70b06dff452396f24f0857fc (diff)
downloadembtoolkit-20b401a5770e6cb1da538b2af7ae16145bc167eb.tar.gz
embtoolkit-20b401a5770e6cb1da538b2af7ae16145bc167eb.tar.bz2
embtoolkit-20b401a5770e6cb1da538b2af7ae16145bc167eb.tar.xz
Build system/kconfig entries: specify that linux system will be built
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 168d92f..911b639 100644
--- a/Kconfig
+++ b/Kconfig
@@ -36,7 +36,16 @@ config EMBTK_VERSION
string
option env="EMBTK_VERSION"
-menu "Architecture/variants/options Selection"
+menu "Target OS Selection"
+choice
+ prompt "Choose target OS"
+
+ config EMBTK_OS_LINUX
+ bool "Linux"
+endchoice
+endmenu
+
+menu "Target Architecture/variants/options Selection"
source "kconfig/arch.kconfig"
source "kconfig/arch-variant.kconfig"
endmenu