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

Commit 28ebdbc5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: add config option to enable DT overlay"

parents 86bcd720 2ca37d25
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