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

Commit f5a62316 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm/Kconfig: support forcing allocators to return ZONE_DMA memory"

parents 12b49656 92089601
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -841,3 +841,13 @@ config PROCESS_RECLAIM
	 (addr, addr + size-bytes) of the process.

	 Any other value is ignored.

config FORCE_ALLOC_FROM_DMA_ZONE
	bool "Force certain memory allocators to always return ZONE_DMA memory"
	depends on ZONE_DMA
	help
	  Ensure certain memory allocators always return memory from ZONE_DMA.
	  This option helps ensure that clients who require ZONE_DMA memory are
	  always using ZONE_DMA memory.

	  If unsure, say "n".