From 3a74f3a1de70388b96fa250fbb60880dd2115bfd Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Tue, 13 Jan 2026 11:10:43 -0800 Subject: [PATCH] kconfigcheck: enable all compression backends for zram It doesn't seem like enabling these will "cost" us anything, and making sure they are enabled will let us more easily change the default compressor for zram swap in the future. Signed-off-by: Clayton Craft Part-of: --- kconfigcheck.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 83937ac4c..e1c918e1c 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -289,6 +289,11 @@ SWAP = "y" CRYPTO_ZSTD = "y" ["category:zram".">=6.12"."all"] +ZRAM_BACKEND_842 = "y" +ZRAM_BACKEND_DEFLATE = "y" +ZRAM_BACKEND_LZ4 = "y" +ZRAM_BACKEND_LZ4HC = "y" +ZRAM_BACKEND_LZO = "y" ZRAM_BACKEND_ZSTD = "y" # netboot: https://postmarketos.org/netboot