From d13c36bc6256cfdeae3e220922dda0dc5ff638fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Maciej=20S=C5=82odczyk?= Date: Mon, 13 Jul 2020 15:01:53 +0200 Subject: [PATCH] config: tw2: enable cpuset controller for cgroup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Make cpuset interface available for resourced daemon to control tizen apps' cpu distribution and scheduling. Change-Id: I7fd850f8220bde5b4fd664fdc66a1b69a6b06472 Signed-off-by: Maciej Słodczyk --- arch/arm64/configs/tizen_tw2_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_tw2_defconfig b/arch/arm64/configs/tizen_tw2_defconfig index 3584993431a..5e99bc8c2d1 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 -- 2.34.1