summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-26 18:25:33 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-26 18:25:33 +0000
commitf9fbcd5b2031d16b26c6fcf0b300cc4f2265d21d (patch)
tree8def517be9c57fb61f9e9e970ce3cba9f2f9f331 /config
parent9d583b75e5ac308f0c60810276e8189faab5de0e (diff)
downloadptxdist-f9fbcd5b2031d16b26c6fcf0b300cc4f2265d21d.tar.gz
ptxdist-f9fbcd5b2031d16b26c6fcf0b300cc4f2265d21d.tar.xz
[setup] improved help text for SETUP_KERNELDIR_PREFIX
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9883 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index d8ff1aa4c..28015bf40 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -60,6 +60,15 @@ config SETUP_KERNELDIR_PREFIX
or more GIT repositories). This is used in combination with
'Local kernel tree' in platformconfig.
+ The kernel actually used depends on the configured
+ 'kernel version', e.g. for
+
+ SETUP_KERNELDIR_PREFIX=/home/foo/my_kernel_sources
+ KERNEL_VERSION=2.6.29
+
+ ptxdist will use the kernel in:
+ "/home/foo/my_kernel_sources/2.6.29"
+
endmenu
menu "Mirrors "