|
@@ -394,6 +394,14 @@ config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH
|
|
|
You can provide a list of dts paths to copy and
|
|
|
build, separated by spaces.
|
|
|
|
|
|
+config BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT
|
|
|
+ bool "Build Device Tree with overlay support"
|
|
|
+ help
|
|
|
+ If enabled, pass the "-@" option to dtc, such that
|
|
|
+ symbols are generated in the compiled Device Tree.
|
|
|
+ Choose this option to support Device Tree overlays
|
|
|
+ on the target system.
|
|
|
+
|
|
|
endif
|
|
|
|
|
|
config BR2_LINUX_KERNEL_INSTALL_TARGET
|