From 73c8fbe2a84934778c869edac72a9d2f410ce737 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 14 Jan 2022 10:30:49 +0100 Subject: [PATCH] linux: clarify BR2_LINUX_KERNEL_CUSTOM_DTS_PATH description This clarifies that custom DTSI files can be passed too, and that the files are compiled after being copied to the Linux kernel source tree. Signed-off-by: Michael Opdenacker Signed-off-by: Arnout Vandecappelle (Essensium/Mind) (cherry picked from commit 8ef413b59a870b6a593eb9f1a71caef30c1848c3) Signed-off-by: Peter Korsgaard --- linux/Config.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index 264cbde98e..0d7464d1da 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -411,9 +411,10 @@ config BR2_LINUX_KERNEL_INTREE_DTS_NAME config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH string "Out-of-tree Device Tree Source file paths" help - Path to the out-of-tree device tree source files. - You can provide a list of dts paths to copy and - build, separated by spaces. + Paths to out-of-tree Device Tree Source (.dts) and Device Tree + Source Include (.dtsi) files, separated by spaces. These files + will be copied to the kernel sources and the .dts files will + be compiled from there. config BR2_LINUX_KERNEL_DTB_KEEP_DIRNAME bool "Keep the directory name of the Device Tree"