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

Commit c1aed77b authored by Daniel Tak's avatar Daniel Tak Committed by Gerrit - the friendly Code Review server
Browse files

Revert "Kconfig: Add menu choice option to reclaim virtual memory"



This reverts commit a2f48e46.

This change enables vmalloc savings feature(CONFIG_ENABLE_VMALLOC_SAVING),
but it conflicts with NAND pagescope operation and causes boot up crash.

Change-Id: Ie36190c9bb936d61cb86e198e556aa2159cf57d9
Signed-off-by: default avatarYongsang Tak <ytak@codeaurora.org>
parent 64750dee
Loading
Loading
Loading
Loading
+0 −23
Original line number Diff line number Diff line
@@ -1778,29 +1778,6 @@ config ARM_MODULE_PLTS

source "mm/Kconfig"

choice
	prompt "Virtual Memory Reclaim"
	default ENABLE_VMALLOC_SAVING
	help
	  Select the method of reclaiming virtual memory

config ENABLE_VMALLOC_SAVING
	bool "Reclaim memory for each subsystem"
	help
	  Enable this config to reclaim the virtual space belonging
	  to any subsystem which is expected to have a lifetime of
	  the entire system. This feature allows lowmem to be non-
	  contiguous.

config NO_VM_RECLAIM
	bool "Do not reclaim memory"
	help
	  Do not reclaim any memory. This might result in less lowmem
	  and wasting virtual memory space which could otherwise be
	  reclaimed by using any of the other two config options.

endchoice

config FORCE_MAX_ZONEORDER
	int "Maximum zone order"
	default "12" if SOC_AM33XX