ANDROID: GKI: Enable CONFIG_CMA_DEBUGFS

This will allow userdebug/eng builds to access cma debugfs without needing
to build a separate debug kernel.

Bug: 179338962
Change-Id: I2cb6cf9bfb2b686983f91ffd7f3f520a6ffa5adf
Signed-off-by: Prakash Gupta <guptap@codeaurora.org>
This commit is contained in:
Prakash Gupta 2021-02-09 10:49:54 +05:30 committed by Suren Baghdasaryan
parent 9132fbe545
commit 396d6354ae
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_CLEANCACHE=y
CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=16
CONFIG_NET=y
CONFIG_PACKET=y

View File

@ -80,6 +80,7 @@ CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_CLEANCACHE=y
CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=16
CONFIG_NET=y
CONFIG_PACKET=y