From 74d9038562d2f079d2696c7eb9c7159d3e951e98 Mon Sep 17 00:00:00 2001 From: lyj_love_code Date: Mon, 4 Jul 2022 12:38:54 +0800 Subject: [PATCH] fixed 16491ec from https://gitee.com/lyj_love_code/kernel_linux_config/pulls/209 add hisysevent kernel interface ohos inclusion category: feature issue: #I5F6WP CVE: NA ----------------- hisysevent is used to provide kernel event logging interface. Signed-off-by: lyj_love_code --- linux-5.10/arch/arm64/configs/rk3568_standard_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index d64ec5e..c2ef631 100644 --- a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig +++ b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig @@ -5057,6 +5057,7 @@ CONFIG_RK_CONSOLE_THREAD=y # CONFIG_WFX is not set # CONFIG_HILOG is not set CONFIG_HIEVENT=y +CONFIG_HISYSEVENT=y CONFIG_DFX_ZEROHUNG=y CONFIG_DFX_HUNGTASK=y CONFIG_DFX_HUNGTASK_USER=y -- Gitee