From 70a6392a3cd7c2be7a38d5d977f61fa2f9bbeacd Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Wed, 11 Mar 2020 09:21:38 -0700 Subject: [PATCH] ANDROID: gki_defconfig: Enable CONFIG_VM_EVENT_COUNTERS This was "default y" but disabled manually because we set CONFIG_EXPERT=y. Disabling it does not seem to be a big win and we have had requests to enable it. Bug: 150871026 Change-Id: I4a7f8da1e8480dc46f168def89016a5152e421ea Signed-off-by: Alistair Delva --- arch/arm64/configs/gki_defconfig | 1 - arch/x86/configs/gki_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 5b2a38a50a5c..7e4620841593 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -33,7 +33,6 @@ CONFIG_BPF_SYSCALL=y CONFIG_BPF_JIT_ALWAYS_ON=y # CONFIG_RSEQ is not set CONFIG_EMBEDDED=y -# CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_COMPAT_BRK is not set # CONFIG_SLAB_MERGE_DEFAULT is not set CONFIG_SLAB_FREELIST_RANDOM=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index c0fb7bd3f626..9fa868610256 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -33,7 +33,6 @@ CONFIG_BPF_SYSCALL=y CONFIG_BPF_JIT_ALWAYS_ON=y # CONFIG_RSEQ is not set CONFIG_EMBEDDED=y -# CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_COMPAT_BRK is not set # CONFIG_SLAB_MERGE_DEFAULT is not set CONFIG_PROFILING=y