summaryrefslogtreecommitdiff
path: root/kconfig/llvm/llvm.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/llvm/llvm.kconfig')
-rw-r--r--kconfig/llvm/llvm.kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/kconfig/llvm/llvm.kconfig b/kconfig/llvm/llvm.kconfig
index b937746..4d29c4f 100644
--- a/kconfig/llvm/llvm.kconfig
+++ b/kconfig/llvm/llvm.kconfig
@@ -35,8 +35,7 @@ config EMBTK_LLVM_VERSION_3_2
select EMBTK_LLVM_NEED_PATCH
config EMBTK_LLVM_VERSION_GIT
- bool "Use llvm git repository"
- depends on EMBTK_CLANG_LLVM_VERSION_GIT
+ bool
help
Answer Y here if you want to build your toolchain based on
llvm sources from its GIT repository.
@@ -45,14 +44,14 @@ config EMBTK_LLVM_VERSION_GIT
# GIT repository options
#
config EMBTK_LLVM_GIT_BRANCH
- string "Branch to use"
+ string "llvm branch to use"
default "master"
depends on EMBTK_LLVM_VERSION_GIT
help
The branch of the git repository to use, the default is master.
config EMBTK_LLVM_GIT_REVISION
- string "Checkout a specific revision instead of the latest"
+ string "llvm specific revision to use instead of the latest"
depends on EMBTK_LLVM_VERSION_GIT
help
Chechout a specific revision instead of the latest.