Loading arch/arm64/Kconfig +5 −0 Original line number Diff line number Diff line Loading @@ -1105,6 +1105,11 @@ config BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES Space separated list of names of dtbs to append when building a concatenated Image.gz-dtb. config BUILD_ARM64_DT_OVERLAY bool "enable DT overlay compilation support" depends on OF help This option enables support for DT overlay compilation. endmenu menu "Userspace binary formats" Loading arch/arm64/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,10 @@ endif KBUILD_DTBS := dtbs ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y) export DTC_FLAGS := -@ endif all: $(KBUILD_IMAGE) $(KBUILD_DTBS) boot := arch/arm64/boot Loading Loading
arch/arm64/Kconfig +5 −0 Original line number Diff line number Diff line Loading @@ -1105,6 +1105,11 @@ config BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES Space separated list of names of dtbs to append when building a concatenated Image.gz-dtb. config BUILD_ARM64_DT_OVERLAY bool "enable DT overlay compilation support" depends on OF help This option enables support for DT overlay compilation. endmenu menu "Userspace binary formats" Loading
arch/arm64/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,10 @@ endif KBUILD_DTBS := dtbs ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y) export DTC_FLAGS := -@ endif all: $(KBUILD_IMAGE) $(KBUILD_DTBS) boot := arch/arm64/boot Loading