diff options
Diffstat (limited to 'linux/Config.in')
-rw-r--r-- | linux/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in index 4f6ae2e9ee..8b04471008 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -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 |