Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ca37d25 authored by Puja Gupta's avatar Puja Gupta Committed by Elliot Berman
Browse files

arm64: add config option to enable DT overlay



Add config option to enable DT overlay. This option sets DTC_FLAGS to
enable DT compilation with overlay support.

Change-Id: I74b1ed9828ec94093fab40a70c0cd0c155796c94
Signed-off-by: default avatarPuja Gupta <pujag@codeaurora.org>
Signed-off-by: default avatarVenkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
Signed-off-by: default avatarElliot Berman <eberman@codeaurora.org>
parent 00cda3c5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1732,6 +1732,15 @@ config BUILD_ARM64_UNCOMPRESSED_KERNEL
	  certain situations.
endchoice

config BUILD_ARM64_DT_OVERLAY
	bool "enable DT overlay compilation support"
	depends on OF
	help
	  This option enables support for DT overlay
	  compilation. Enabling this option sets
	  required flags to add DT overlay in the
	  compilation.

config SYSVIPC_COMPAT
	def_bool y
	depends on COMPAT && SYSVIPC