From 178e7bfc08f3463fb57666c06e0fe15746801c14 Mon Sep 17 00:00:00 2001 From: wanxiaoqing40281 Date: Fri, 19 May 2023 17:55:46 +0800 Subject: [PATCH] sched: add qos ctrl and authority ctrl for FFRT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ohos inclusion category: feature issue: #I76ML0 CVE:NA Signed-off-by: wanxiaoqing40281 --- linux-5.10/type/standard_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/linux-5.10/type/standard_defconfig b/linux-5.10/type/standard_defconfig index 1510d1c..d67d6d0 100644 --- a/linux-5.10/type/standard_defconfig +++ b/linux-5.10/type/standard_defconfig @@ -76,6 +76,14 @@ CONFIG_GENERIC_SCHED_CLOCK=y # # Scheduler features # + +CONFIG_AUTHORITY_CTRL=y +CONFIG_QOS_CTRL=y +CONFIG_RTG_AUTHORITY=y +CONFIG_QOS_AUTHORITY=y +CONFIG_AUTH_QOS_DEBUG=y +CONFIG_QOS_POLICY_MAX_NR=5 + # # Related Thread Group # -- Gitee