From 032a7bd94d3cb7da21040c0dc477747edf743665 Mon Sep 17 00:00:00 2001 From: Bian Jin chen Date: Fri, 11 Dec 2020 11:55:42 +0800 Subject: [PATCH] arm64: rockchip_defconfig: enable CONFIG_VM_EVENT_COUNTERS by default. Test: CtsAppExitTestCases android.app.cts.ActivityManagerAppExitInfoTest#testLmkdKill Android R Go's lmkd needs this configuration to correctly match vmstat, enable it to make lmkd work properly. Signed-off-by: Bian Jin chen Change-Id: I0b88921d9fadb33b91512a9dd911bca811c4bc31 --- arch/arm64/configs/rockchip_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index e7cab5343926..41b1d2a27358 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -40,7 +40,6 @@ CONFIG_KALLSYMS_ALL=y CONFIG_BPF_SYSCALL=y CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_EMBEDDED=y -# CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_SLUB_DEBUG is not set # CONFIG_COMPAT_BRK is not set CONFIG_PROFILING=y