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