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

Commit 166fa60a authored by Swathi Sridhar's avatar Swathi Sridhar
Browse files

defconfig: kona: Disable ZONE_DMA32



The disabling of the ZONE_DMA32 is done to see if zone DMA
could be removed with the expectation that the disabling
of the DMA zone would facilitate faster physical memory
allocation.The removal of the dma zone opens up the
possibility to save memory by merging the lower reserved
memory with the normal zone. This config option can be
enabled, if any of the clients are not be able to
support due to hardware constraints.

Change-Id: Ifc0840b81922a7c375d3a68c717a51a8ec948bdc
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent 72969e94
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -251,7 +251,10 @@ config GENERIC_CALIBRATE_DELAY
	def_bool y

config ZONE_DMA32
	def_bool y
	bool "Enable or Disable Zone DMA"
	default y
	help
	  This option is used to enable or disable the DMA zone.

config HAVE_GENERIC_GUP
	def_bool y
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ CONFIG_EMBEDDED=y
CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
CONFIG_PROFILING=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_KONA=y
CONFIG_PCI=y
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ CONFIG_EMBEDDED=y
CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
CONFIG_PROFILING=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_KONA=y
CONFIG_PCI=y