diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index 4a5b00b542f3b96779b082257af98c1141af04ea..a74efb29ea2e219d9f016e2c01207d25753292c0 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -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"