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)
commit7ea82bc17d1583f4d9d46397846b0eb63e6651eb
treec3e5b0f9663ee3de8edeaefbe9cb37bfe3a97ba8
parentf7a68458b42d30ae4bb03f0be66cfd4cfae9602d
kernel: config: add symbol introduced with 6.2

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