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 <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2024-09-04 11:13:16 +02:00
parent 61b0004c31
commit 4dac151d4a

View File

@ -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