summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-09-08 15:55:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-09-08 15:55:34 +0200
commit3095fbb7638fa319e33a80baec3c43520f50bf10 (patch)
tree68d65bb29cf908e2b5ccd9f447b7664e77e7dfc4
parent6649548b969c358c860af4b06227b8511021cd90 (diff)
downloadptxdist-3095fbb7638fa319e33a80baec3c43520f50bf10.tar.gz
ptxdist-3095fbb7638fa319e33a80baec3c43520f50bf10.tar.xz
kernel: fix and improve DTS help texts
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/kernel.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/platforms/kernel.in b/platforms/kernel.in
index ff3cc8df4..06b6e24a6 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -185,14 +185,16 @@ config KERNEL_DTS_PATH
default "${PTXDIST_PLATFORMCONFIG_SUBDIR}/dts:${KERNEL_DIR}/arch/${GENERIC_KERNEL_ARCH}/boot/dts"
help
Define path to the dts source file. Multiple directories can be
- specified separated by ':'.
+ specified separated by ':'. A relative path will be expanded relative
+ to the workspace and all other layers. Only on of the specified paths
+ can be a relative path.
config KERNEL_DTS
string "source dts file"
default "<yourboard>.dts"
help
Select the dts file to use for the device tree binary
- blob generation. For relative file names DTC_OFTREE_DTS_PATH
+ blob generation. For relative file names KERNEL_DTS_PATH
is used as a search path for the device tree files specified
here. Multiple dts files can be specified, separated by spaces.