summaryrefslogtreecommitdiffstats
path: root/platforms/kernel.in
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 /platforms/kernel.in
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 'platforms/kernel.in')
-rw-r--r--platforms/kernel.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/platforms/kernel.in b/platforms/kernel.in
index 4ebac658..eff08aab 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -34,6 +34,19 @@ config KERNEL_VERSION
string
default "2.6.25"
+config KERNEL_LOCAL_FLAG
+ depends on KERNEL
+ prompt "Local kernel tree"
+ bool
+ help
+ Do not download a kernel archieve, but use a local kernel tree
+ (most probably a working tree from a git repository). Its path
+ is concatenated from SETUP_KERNELDIR_PREFIX defined in setup
+ and KERNEL_VERSION from above.
+
+ This function is mostly needed by developers who want to test their
+ patches against a git-tree.
+
choice
prompt "kernel architecture "
depends on KERNEL
@@ -159,7 +172,7 @@ config KERNEL_CONFIG
depends on KERNEL
prompt "kernel config file"
string
- default "kernelconfig.${PTXCONF_KERNEL_VERSION}"
+ default "kernelconfig-${PTXCONF_KERNEL_VERSION}"
help
this entry specifies the .config file used to compile your kernel