hulk inclusion category: feature bugzilla: https://atomgit.com/openeuler/kernel/issues/10013 ---------------------------------------------- Enable CONFIG_ARM64_VIP_SMT in openeuler_defconfig so that the VIP-SMT QoS feature is built in by default on ARM64 openEuler kernels. Signed-off-by: Yipeng Zou <zouyipeng@huawei.com> Reviewed-by: Liao Chang <liaochang1@huawei.com> --- arch/arm64/configs/openeuler_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 12ed365e9340..2b90bba63b01 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -407,6 +407,7 @@ CONFIG_ACTLR_XCALL_XINT=y CONFIG_DYNAMIC_XCALL=y CONFIG_ARM64_COPY_FROM_USER_OPT=y CONFIG_SMT_QOS=y +CONFIG_ARM64_VIP_SMT=y # end of Turbo features selection # -- 2.34.1