From 58a9d9dbf3d88033a4a9293b153b6e12459d2721 Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Mon, 13 Jul 2026 00:31:19 +0200 Subject: [PATCH] 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 Part-of: --- kconfigcheck.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 1b3c3ee08..3a0eceabd 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -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"]