From 8f3ba048b3ebd96cd38a28b302e52e689deb65c0 Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Wed, 3 Jun 2020 11:07:09 +0900 Subject: [PATCH] ARM: tizen_bcm2711_defconfig: Enable lz4 and zstd cryptos This enables lz4 and zstd crypto to enable compressor for zram Change-Id: I0a2f3af9e30693b6c0deebba5053b768bc1229fb Signed-off-by: Dongwoo Lee --- arch/arm/configs/tizen_bcm2711_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index 1e00067..1196a00 100644 --- a/arch/arm/configs/tizen_bcm2711_defconfig +++ b/arch/arm/configs/tizen_bcm2711_defconfig @@ -472,6 +472,8 @@ CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y CONFIG_CRYPTO_XTS=y CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_LZO=y +CONFIG_CRYPTO_LZ4=y +CONFIG_CRYPTO_ZSTD=y # CONFIG_RAID6_PQ_BENCHMARK is not set CONFIG_CRC_ITU_T=y CONFIG_CRC7=m -- 2.7.4