ANDROID: GKI: enable CONFIG_ANON_VMA_NAME to support anonymous vma names

Enable CONFIG_ANON_VMA_NAME to support anonymous vma names.

Bug: 120441514
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I38d547359fa799d48b286582997baeb5de50423f
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Suren Baghdasaryan 2021-12-28 12:10:09 -08:00 committed by Greg Kroah-Hartman
parent ef6804516e
commit 3d71d8e2c2
2 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,7 @@ CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=16
# CONFIG_ZONE_DMA is not set
CONFIG_ANON_VMA_NAME=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y

View File

@ -95,6 +95,7 @@ CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CMA_AREAS=16
# CONFIG_ZONE_DMA is not set
CONFIG_ANON_VMA_NAME=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y