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

Commit e5a07aae authored by Neeti Desai's avatar Neeti Desai
Browse files

Kconfig: Enable config to allow vmalloc savings



Select the config to reclaim the vmalloc space in lowmem
and disable the map around the hole config, where selected,
as both the configs cannot be enabled together

Change-Id: I9dd3e0123e4fe3e33554cdbdf5a82e344c230f47
Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
parent a4c8ad32
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ config ARCH_MSM8974
	select ARCH_WANT_KMAP_ATOMIC_FLUSH
	select KRAIT_REGULATOR
	select USB_ARCH_HAS_XHCI
	select ENABLE_VMALLOC_SAVINGS

config ARCH_APQ8084
	bool "APQ8084"
@@ -64,7 +65,6 @@ config ARCH_APQ8084
	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
	select ARCH_WANT_KMAP_ATOMIC_FLUSH
	select MEMORY_HOLE_CARVEOUT
	select DONT_MAP_HOLE_AFTER_MEMBANK0
	select QMI_ENCDEC
	select MSM_SPM_V2
	select MSM_L2_SPM
@@ -75,6 +75,7 @@ config ARCH_APQ8084
	select USB_ARCH_HAS_XHCI
	select KRAIT_REGULATOR
	select MSM_PIL
	select ENABLE_VMALLOC_SAVINGS

config ARCH_MPQ8092
	bool "MPQ8092"
@@ -181,6 +182,7 @@ config ARCH_MSM8610
	select MSM_RPM_STATS_LOG
	select PINCTRL
	select PINCTRL_MSM_TLMM_V3
	select ENABLE_VMALLOC_SAVINGS

config ARCH_MSM8226
	bool "MSM8226"
@@ -223,6 +225,7 @@ config ARCH_MSM8226
	select ARCH_WANT_KMAP_ATOMIC_FLUSH
	select PINCTRL
	select PINCTRL_MSM_TLMM_V3
	select ENABLE_VMALLOC_SAVINGS

config ARCH_MSMSAMARIUM
	bool "MSMSAMARIUM"