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

Commit 3a1e4db6 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

defconfig: kona: Enable CONFIG_DEBUG_FORCE_WEAK_CPU



CONFIG_DEBUG_FORCE_WEAK_CPU enforces desirable requirements on per_cpu
definitions by enforcing unique names for all per_cpu allocations
and detecting situations when DEFINE_PER_CPU might have been used
instead of DECLEARE_PER_CPU.

Enable the configuration option for the non-perf defconfig to catch
these situations early and often.

Change-Id: Ic0dedbad572929a572e43bfe19239beb20ba5f54
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 4b9f4abc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -611,6 +611,7 @@ CONFIG_DEBUG_INFO=y
CONFIG_PAGE_OWNER=y
CONFIG_DEBUG_SECTION_MISMATCH=y
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_PAGEALLOC=y
CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT=y