summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-06-06 16:26:54 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-06-06 16:26:54 +0000
commitffa769b291fac790989c7804f12ff57884537bac (patch)
tree6874d5bd30d9b34769fdccbba6c2b3ce78d9c011 /config
parent610e02fe6af883f98a0ac9dfb17f98b3de5494c2 (diff)
downloadptxdist-ffa769b291fac790989c7804f12ff57884537bac.tar.gz
ptxdist-ffa769b291fac790989c7804f12ff57884537bac.tar.xz
* add 'Local kernel tree' feature to be able to build a kernel from
a local tree (i.e. a git working tree) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8467 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig13
1 files changed, 11 insertions, 2 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 94e93a565..c63e7c5ca 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -56,12 +56,21 @@ config SETUP_PROJECTPATH
endmenu
-menu "Source Directory "
+menu "Source Directories"
config SETUP_SRCDIR
- prompt "Source Directory "
+ prompt "Source Directory"
string
+config SETUP_KERNELDIR_PREFIX
+ prompt "Prefix for kernel trees"
+ string
+ help
+ You can set this prefix to a directory where you collect
+ kernel trees (like a collection of working trees from one
+ or more GIT repositories). This is used in combination with
+ 'Local kernel tree' in platformconfig.
+
endmenu
menu "Mirrors "