kernel: config: add symbol introduced with 6.2
authorCharlesMengCA <58993776+CharlesMengCA@users.noreply.github.com>
Tue, 12 Mar 2024 04:06:14 +0000 (00:06 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2024 04:06:14 +0000 (00:06 -0400)
CONFIG_DEBUG_INFO_COMPRESSED_ZSTD, required by  GCC 13.0+

Compress the debug information using zstd. This may provide better compression than zlib, for about the same time costs, but requires newer toolchain support. Requires GCC 13.0+ or Clang 16.0+, binutils 2.40+, and zstd.

Signed-off-by: CharlesMengCA <58993776+CharlesMengCA@users.noreply.github.com>
target/linux/generic/config-6.6

index 319f56fe017e91a2e45882dbc93bda0e94759348..db828745df12f3f6715354b802c083c6aedca061 100644 (file)
@@ -1412,6 +1412,7 @@ CONFIG_DEBUG_FS_ALLOW_ALL=y
 # CONFIG_DEBUG_INFO_BTF is not set
 CONFIG_DEBUG_INFO_COMPRESSED_NONE=y
 # CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set
+# CONFIG_DEBUG_INFO_COMPRESSED_ZSTD is not set
 # CONFIG_DEBUG_INFO_DWARF4 is not set
 # CONFIG_DEBUG_INFO_DWARF5 is not set
 CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y