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

Commit 7c40d7d2 authored by Susheel Khiani's avatar Susheel Khiani
Browse files

defconfig: arm64: msm: Enable KERNEL_TEXT_RDONLY in debug config for 8937



CONFIG_DEBUG_RODATA doesn't work with FORCE_PAGES
config which we enable on debug defconfig. So
instead of that enable KERNEL_TEXT_RDONLY for
read only support along with FORCE_PAGES.

We don't need this on perf-defconfig as we don't
enable FORCE_PAGES there. So we can have
CONFIG_DEBUG_RODATA enabled on perf config.

Change-Id: I429c5a5f70e53155f19705c1489d583bc161ee24
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 2ec3aad9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -607,7 +607,7 @@ CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_CPU_FREQ_SWITCH_PROFILER=y
CONFIG_PANIC_ON_DATA_CORRUPTION=y
CONFIG_FREE_PAGES_RDONLY=y
CONFIG_DEBUG_RODATA=y
CONFIG_KERNEL_TEXT_RDONLY=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_LSM_MMAP_MIN_ADDR=4096