mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
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:
parent
61b0004c31
commit
4dac151d4a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user