mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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 <michael.opdenacker@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
de1a373787
commit
8ef413b59a
@@ -411,9 +411,10 @@ config BR2_LINUX_KERNEL_INTREE_DTS_NAME
|
|||||||
config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH
|
config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH
|
||||||
string "Out-of-tree Device Tree Source file paths"
|
string "Out-of-tree Device Tree Source file paths"
|
||||||
help
|
help
|
||||||
Path to the out-of-tree device tree source files.
|
Paths to out-of-tree Device Tree Source (.dts) and Device Tree
|
||||||
You can provide a list of dts paths to copy and
|
Source Include (.dtsi) files, separated by spaces. These files
|
||||||
build, separated by spaces.
|
will be copied to the kernel sources and the .dts files will
|
||||||
|
be compiled from there.
|
||||||
|
|
||||||
config BR2_LINUX_KERNEL_DTB_KEEP_DIRNAME
|
config BR2_LINUX_KERNEL_DTB_KEEP_DIRNAME
|
||||||
bool "Keep the directory name of the Device Tree"
|
bool "Keep the directory name of the Device Tree"
|
||||||
|
|||||||
Reference in New Issue
Block a user