kconfigcheck: add zstd initramfs decompression support to category:default

Per the discussion https://gitlab.postmarketos.org/postmarketOS/pmaports/-/work_items/4087, zstd is going to
become the default compression algorithm for the initramfs, with only devices using kernels older than 5.1.0
expected to use gzip. Because of this, adding this config to the default category early ensures that the
eventual migration requires less changes.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9009>
This commit is contained in:
Aster Boese 2026-07-13 00:31:19 +02:00 committed by The Friendly Meow (merge) Bot
parent 34cb146b05
commit 58a9d9dbf3
No known key found for this signature in database

View file

@ -83,6 +83,9 @@ DEVPTS_MULTIPLE_INSTANCES = "y"
["category:default"."<4.14.0"."all"]
SAMSUNG_TUI = "n"
TZDEV = "n"
["category:default".">=5.1.0"."all"]
RD_ZSTD = "y"
DECOMPRESS_ZSTD = "y" # Different from MODULE_DECOMPRESS
["category:default"."<5.2.0"."armhf armv7 x86"]
LBDAF = "y"
["category:default".">=5.2.0"."all"]