kernel: config: 6.6: disable ZSTD debug info compression by default
authorRobert Marko <robimarko@gmail.com>
Tue, 12 Mar 2024 04:06:14 +0000 (00:06 -0400)
committerRobert Marko <robimarko@gmail.com>
Tue, 12 Mar 2024 18:49:56 +0000 (19:49 +0100)
commit532de62e4cd4def2ec261fa7d5fba968cfd8c97f
tree908c6f8f57d1bb4815c9e12b9c8ce4e06c33a1bf
parent65df33fc76f722701f161dd88828f61c9e31f1d1
kernel: config: 6.6: disable ZSTD debug info compression by default

When kernel 6.6 is being compiled with GCC13 it will prompt for:
Compressed Debug information
> 1. Don't compress debug information (DEBUG_INFO_COMPRESSED_NONE)
  2. Compress debugging information with zlib (DEBUG_INFO_COMPRESSED_ZLIB)
  3. Compress debugging information with zstd (DEBUG_INFO_COMPRESSED_ZSTD) (NEW)

This is because kernel now also has support for compressing debug info
with ZSTD, so add the missing symbol and disable it by default.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/generic/config-6.6