coredump:adjust BOARD_COREDUMP_COMPRESSION

Summary:
  In order to reduce the cost of using coredump, we disable BOARD_COREDUMP_COMPRESSION by default when it is not necessary.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
chenrun1 2025-02-12 17:41:07 +08:00 committed by Mateusz Szafoni
parent 1ea3c01062
commit 0532fa408a

View file

@ -4845,9 +4845,8 @@ config BOARD_COREDUMP_FULL
config BOARD_COREDUMP_COMPRESSION
bool "Enable Core Dump compression"
default y
select LIBC_LZF
depends on !BOARD_CRASHDUMP_NONE
default BOARD_COREDUMP_SYSLOG
depends on LIBC_LZF && !BOARD_CRASHDUMP_NONE
---help---
Enable LZF compression algorithm for core dump content