From: Maciej Słodczyk Date: Mon, 13 Jul 2020 13:01:53 +0000 (+0200) Subject: config: tw2: enable cpuset controller for cgroup X-Git-Tag: submit/tizen_6.0_hotfix/20201102.192905 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_6.0_hotfix%2F20201102.192905;p=profile%2Fwearable%2Fplatform%2Fkernel%2Flinux-3.18-exynos7270.git config: tw2: enable cpuset controller for cgroup Make cpuset interface available for resourced daemon to control tizen apps' cpu distribution and scheduling. Change-Id: I7fd850f8220bde5b4fd664fdc66a1b69a6b06472 Signed-off-by: Maciej Słodczyk --- diff --git a/arch/arm64/configs/tizen_tw2_defconfig b/arch/arm64/configs/tizen_tw2_defconfig index 3584993..5e99bc8 100644 --- a/arch/arm64/configs/tizen_tw2_defconfig +++ b/arch/arm64/configs/tizen_tw2_defconfig @@ -110,7 +110,8 @@ CONFIG_CGROUPS=y # CONFIG_CGROUP_DEBUG is not set CONFIG_CGROUP_FREEZER=y # CONFIG_CGROUP_DEVICE is not set -# CONFIG_CPUSETS is not set +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y CONFIG_CGROUP_CPUACCT=y CONFIG_RESOURCE_COUNTERS=y CONFIG_MEMCG=y