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

Commit a4b5d9e7 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

defconfig: arm64: Enable DEBUG_SECTION_MISMATCH on sdm855



config DEBUG_SECTION_MISMATCH flag does the section
mismatch analysis checks if there are illegal
references from one section to another section.
And disable config SECTION_MISMATCH_WARN_ONLY flag,
so that build process will fail there are any section
mismatch instead of just throwing warnings.

Change-Id: I740c55e3e59ead0dc9cfadf4be5ece45eb84dd22
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 68a26a1a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -331,6 +331,8 @@ CONFIG_PRINTK_TIME=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DEBUG_INFO=y
CONFIG_PAGE_OWNER=y
CONFIG_DEBUG_SECTION_MISMATCH=y
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_PAGE_POISONING=y
CONFIG_DEBUG_OBJECTS=y