From 547ef934ce75b9ca9f1e8bf16b203f02a0d71962 Mon Sep 17 00:00:00 2001 From: wang_yonghai Date: Wed, 18 Sep 2024 19:23:06 +0800 Subject: [PATCH] add kernel-6.6 pstore and blackbox Signed-off-by: wang_yonghai --- linux-6.6/rk3568/arch/arm64_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux-6.6/rk3568/arch/arm64_defconfig b/linux-6.6/rk3568/arch/arm64_defconfig index 88b8871..321a419 100644 --- a/linux-6.6/rk3568/arch/arm64_defconfig +++ b/linux-6.6/rk3568/arch/arm64_defconfig @@ -6126,7 +6126,9 @@ CONFIG_LKDTM=y CONFIG_BLACKBOX_LOG_ROOT_PATH="/data/log/bbox" CONFIG_BLACKBOX_LOG_PART_REPRESENTATIVE="/data" CONFIG_BLACKBOX_ROCKCHIP=y - +CONFIG_BLACKBOX_STORAGE_MATERIAL=y +CONFIG_DEF_BLACKBOX_STORAGE_BY_PSTORE_RAM=y +CONFIG_DEF_BLACKBOX_STORAGE="pstore_ram" # # HCK # -- Gitee