From 0a0d037734ec58c9b361e6485526dbe781ad77ce Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 25 Feb 2013 21:12:21 +0100 Subject: Toolchain: llvm/compiler-rt: tweak kconfig entries Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/llvm/compiler-rt.kconfig | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'kconfig/llvm') 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. -- cgit v1.2.3