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

Commit 5a583f0a authored by Prakash Gupta's avatar Prakash Gupta
Browse files

defconfig: trinket: enable cma debugfs



Enable cma debugfs to allow stats access for perf. Enable cma debugfs to
allow alloc/free cma for debug builds.

Change-Id: Ibfc45bd5fc77b8f7f2cd229b66605040ebcba6de
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent 638559aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
CONFIG_MEMORY_HOTPLUG_MOVABLE_NODE=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_ZSMALLOC=y
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_SECCOMP=y
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ CONFIG_MEMORY_HOTREMOVE=y
CONFIG_CLEANCACHE=y
CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_ALLOW_WRITE_DEBUGFS=y
CONFIG_ZSMALLOC=y
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_SECCOMP=y