summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 3879623..cdad186 100644
--- a/Kconfig
+++ b/Kconfig
@@ -81,7 +81,18 @@ source kconfig/fs.kconfig
source kconfig/packages.kconfig
endif
-menu "Embtoolkit build options"
+menu "Embtoolkit build options and host tools"
+comment "-----------------------------"
+comment "Host tools"
+comment "-----------------------------"
+
+config EMBTK_HOST_HAVE_CMAKE
+ bool "Build cmake for the host development machine"
+
+comment "-----------------------------"
+comment "Build options"
+comment "-----------------------------"
+
config EMBTK_NUMBER_BUILD_JOBS
int "Number of parallel build jobs"
default 1