From 9d2d2f696a5406005b181237a30311d21bb0c584 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 5 Feb 2025 12:26:48 +0100 Subject: [PATCH] pygoscelis: Move CONFIG_CRYPTO_DEFLATE to module --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 1ec3f0b..dc08ee0 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -6639,7 +6639,7 @@ CONFIG_CRYPTO_CRC32=m # # Compression # -CONFIG_CRYPTO_DEFLATE=y +CONFIG_CRYPTO_DEFLATE=m CONFIG_CRYPTO_LZO=y # CONFIG_CRYPTO_842 is not set # CONFIG_CRYPTO_LZ4 is not set