aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-devel.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/Config-devel.in')
-rw-r--r--config/Config-devel.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/Config-devel.in b/config/Config-devel.in
index 6447a79db2..21e15f16dc 100644
--- a/config/Config-devel.in
+++ b/config/Config-devel.in
@@ -107,6 +107,11 @@ menuconfig DEVEL
It can be a git hash or a branch name.
If unused, the clone's repository HEAD will be checked-out.
+ config KERNEL_GIT_MIRROR_HASH
+ string "Enter hash of Git kernel tree source checkout tarball" if DEVEL
+ depends on (KERNEL_GIT_CLONE_URI != "")
+ default ""
+
config BUILD_LOG
bool "Enable log files during build process" if DEVEL
help