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

Commit bccc16ee authored by Susheel Khiani's avatar Susheel Khiani
Browse files

defconfig: msm8916: Enable CONFIG_FREE_PAGES_RDONLY



Enable CONFIG_FREE_PAGES_RDONLY to debug scribbling
of drivers on free pages. We do not need to enable
FORCE_PAGES as FREE_PAGES_RDONLY implicitly selects
it. This is intended to be used as a debugging feature
and should NOT be used for performance testing.

Change-Id: Ic9f9ee735eefa273f886fe5de287088505bf9a76
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 5f573d03
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -401,8 +401,6 @@ CONFIG_ANDROID_TIMED_GPIO=y
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
CONFIG_ANDROID_INTF_ALARM_DEV=y
CONFIG_ONESHOT_SYNC=y
FREE_PAGES_RDONLY=y
FORCE_PAGES=y
CONFIG_ION=y
CONFIG_ION_MSM=y
CONFIG_ALLOC_BUFFERS_IN_4K_CHUNKS=y
@@ -497,6 +495,7 @@ CONFIG_IPC_LOGGING=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_PANIC_ON_DATA_CORRUPTION=y
CONFIG_DEBUG_USER=y
CONFIG_FREE_PAGES_RDONLY=y
CONFIG_DEBUG_LL=y
CONFIG_EARLY_PRINTK=y
CONFIG_DEBUG_SET_MODULE_RONX=y