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

Commit 4736b64d authored by Olav Haugan's avatar Olav Haugan
Browse files

Kconfig: msm: Disable VMALLOC savings feature for 8610



The vmalloc saving feature is only useful for targets
with 1GB of memory or more. Disable this feature to
improve performance and size of kernel.

Change-Id: I3210dd4f5d654cc267e8407d6006c61e3bb7505f
Signed-off-by: default avatarOlav Haugan <ohaugan@codeaurora.org>
parent f732910c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -71,7 +71,6 @@ CONFIG_SCHED_MC=y
CONFIG_PREEMPT=y
CONFIG_AEABI=y
CONFIG_KSM=y
CONFIG_ENABLE_VMALLOC_SAVING=y
CONFIG_CC_STACKPROTECTOR=y
CONFIG_CP_ACCESS=y
CONFIG_USE_OF=y
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ CONFIG_SCHED_MC=y
CONFIG_PREEMPT=y
CONFIG_AEABI=y
CONFIG_KSM=y
CONFIG_ENABLE_VMALLOC_SAVING=y
CONFIG_CC_STACKPROTECTOR=y
CONFIG_CP_ACCESS=y
CONFIG_USE_OF=y
+0 −1
Original line number Diff line number Diff line
@@ -184,7 +184,6 @@ config ARCH_MSM8610
	select MSM_RPM_STATS_LOG
	select PINCTRL
	select PINCTRL_MSM_TLMM_V3
	select ENABLE_VMALLOC_SAVINGS
	select MSM_MULTIMEDIA_USE_ION

config ARCH_MSM8226