From 46e81503c5d215942530ae1babde816d66ffb2ff Mon Sep 17 00:00:00 2001 From: lulei1 Date: Fri, 27 Nov 2020 14:01:27 +0800 Subject: [PATCH] enable blkio for exynos9610 IO cgroup should be enabled to restrict background IO R/W. Change-Id: I4736eb38d208a23afb183c27a5d90296e79e5f39 Reviewed-on: https://gerrit.mot.com/1812665 SLTApproved: Slta Waiver SME-Granted: SME Approvals Granted Tested-by: Jira Key Reviewed-by: Guolin Wang Submit-Approved: Jira Key --- arch/arm64/configs/ext_config/moto-erd9610.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/ext_config/moto-erd9610.config b/arch/arm64/configs/ext_config/moto-erd9610.config index 4b01ee52402c..7c4f303d5757 100644 --- a/arch/arm64/configs/ext_config/moto-erd9610.config +++ b/arch/arm64/configs/ext_config/moto-erd9610.config @@ -64,3 +64,5 @@ CONFIG_LOCALVERSION="-user" # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_ANDROID_LOW_MEMORY_KILLER is not set CONFIG_PSI=y +CONFIG_BLK_CGROUP=y +CONFIG_CFQ_GROUP_IOSCHED=y -- 2.20.1