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

Commit 89f2db20 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cma: Increase the default number of regions"

parents bdea643f b3096ba9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -282,13 +282,13 @@ config CMA_ALIGNMENT

config CMA_AREAS
	int "Maximum count of the CMA device-private areas"
	default 7
	default 15
	help
	  CMA allows to create CMA areas for particular devices. This parameter
	  sets the maximum number of such device private CMA areas in the
	  system.

	  If unsure, leave the default value "7".
	  If unsure, leave the default value "15".

config CMA_RESERVE_DEFAULT_AREA
	bool "Permanently reserve the default area"