summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/uclibc-kconfigs/embtk-uclibc.kconfig15
1 files changed, 9 insertions, 6 deletions
diff --git a/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig b/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig
index 6c7d423..f2cd4c5 100644
--- a/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig
+++ b/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig
@@ -52,19 +52,22 @@ config EMBTK_UCLIBC_VERSION_STRING
default "0.9.32" if EMBTK_UCLIBC_VERSION_0_9_32
default "git" if EMBTK_UCLIBC_VERSION_GIT
-config EMBTK_UCLIBC_GIT_BRANCH
+config EMBTK_UCLIBC_REFSPEC
+ string
+ default "toolchain"
+
+config EMBTK_UCLIBC_GIT_BRANCH
string "Branch to use"
default "master"
depends on EMBTK_UCLIBC_VERSION_GIT
help
- The branch of the git repository to use.
+ The branch of the git repository to use, the default is master.
-config EMBTK_UCLIBC_GIT_REVISION
- string "Revision to checkout"
- default "HEAD"
+config EMBTK_UCLIBC_GIT_REVISION
+ string "Checkout a specific revision instead of the latest"
depends on EMBTK_UCLIBC_VERSION_GIT
help
- The revision of the git repository to checkout.
+ Chechout a specific revision instead of the latest.
config EMBTK_UCLIBC_NEED_PATCH
bool