summaryrefslogtreecommitdiff
path: root/kconfig/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/llvm')
-rw-r--r--kconfig/llvm/compiler-rt.kconfig19
1 files changed, 7 insertions, 12 deletions
diff --git a/kconfig/llvm/compiler-rt.kconfig b/kconfig/llvm/compiler-rt.kconfig
index 4823786..0064c22 100644
--- a/kconfig/llvm/compiler-rt.kconfig
+++ b/kconfig/llvm/compiler-rt.kconfig
@@ -26,34 +26,29 @@
config EMTK_HAVE_COMPILER-RT
bool
default y
+ select EMBTK_COMPILER-RT_VERSION_GIT
#
# compiler-rt version
#
-choice
- prompt "Version of compiler-rt you wish"
+config EMBTK_COMPILER-RT_VERSION_GIT
+ bool "Use compiler-rt git repository"
help
- Version of compiler-rt you wish
-
- config EMBTK_COMPILER-RT_VERSION_GIT
- bool "Use compiler-rt git repository"
- help
- Answer Y here if you want to build your toolchain based on
- compiler-rt sources from its GIT repository.
-endchoice
+ Answer Y here if you want to build your toolchain based on
+ compiler-rt sources from its GIT repository.
#
# GIT repository options
#
config EMBTK_COMPILER-RT_GIT_BRANCH
- string "Branch to use"
+ string "compiler-rt Branch to use"
default "master"
depends on EMBTK_COMPILER-RT_VERSION_GIT
help
The branch of the git repository to use, the default is master.
config EMBTK_COMPILER-RT_GIT_REVISION
- string "Checkout a specific revision instead of the latest"
+ string "compiler-rt revision to Checkout instead of the latest"
depends on EMBTK_COMPILER-RT_VERSION_GIT
help
Chechout a specific revision instead of the latest.