From 4dac151d4af5652987954c767938676fa8981fe6 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Wed, 4 Sep 2024 11:13:16 +0200 Subject: [PATCH] sys-kernel/coreos-modules: Enable CRYPTO_ZSTD and CRYPTO_LZ4 Enable zstd and lz4 crypto kernel modules so that they can be used with zram. Signed-off-by: Jeremi Piotrowski --- .../sys-kernel/coreos-modules/files/commonconfig-6.6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 index 285289282d..5ff83f4c4b 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 @@ -130,11 +130,13 @@ CONFIG_CRYPTO_FIPS=y CONFIG_CRYPTO_GCM=m CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_LIB_DES=m +CONFIG_CRYPTO_LZ4=m CONFIG_CRYPTO_LZO=m # CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set CONFIG_CRYPTO_SHA1=y CONFIG_CRYPTO_USER_API_HASH=m CONFIG_CRYPTO_USER_API_SKCIPHER=m +CONFIG_CRYPTO_ZSTD=m CONFIG_CUSE=m CONFIG_DCB=y CONFIG_DEBUG_FS=y