From 16491ec10171b17dd1cce48653a7596592b33caa Mon Sep 17 00:00:00 2001 From: lyj_love_code Date: Mon, 4 Jul 2022 12:38:54 +0800 Subject: [PATCH] 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