From bb45ae8608cf2d1a37d4ff308db2cfe08c75b9a6 Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Thu, 16 Apr 2020 14:41:53 -0700 Subject: [PATCH] ANDROID: GKI: arm64: gki_defconfig: enable CONFIG_MM_EVENT_STAT Enable mm_event configuration. Bug: 149182139 Test: build and boot Signed-off-by: Suren Baghdasaryan Change-Id: I0f47cc7ec0413c52e2d5e7ef1f0d69a14e4151c2 --- arch/arm64/configs/gki_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 2c7b65f16c38..ee06d876f8ca 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -95,6 +95,7 @@ CONFIG_CLEANCACHE=y CONFIG_CMA=y CONFIG_CMA_AREAS=16 CONFIG_ZSMALLOC=y +CONFIG_MM_EVENT_STAT=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y