From: Dongwoo Lee Date: Mon, 29 Jun 2020 09:21:05 +0000 (+0900) Subject: ARM64: tizen_bcm2711_defconfig: Enable lz4 and zstd cryptos X-Git-Tag: accepted/tizen/unified/20230814.120944~177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3364fe184e04e046fddf5b08d8761a5136f310a4;p=platform%2Fkernel%2Flinux-rpi.git ARM64: tizen_bcm2711_defconfig: Enable lz4 and zstd cryptos This enables lz4 and zstd crypto to enable compressor for zram Change-Id: Id2ac2daa8e7e3e0b7526dedc53f175b83c4fb1eb Signed-off-by: Dongwoo Lee --- diff --git a/arch/arm64/configs/tizen_bcm2711_defconfig b/arch/arm64/configs/tizen_bcm2711_defconfig index 569396a..c36f499 100644 --- a/arch/arm64/configs/tizen_bcm2711_defconfig +++ b/arch/arm64/configs/tizen_bcm2711_defconfig @@ -447,6 +447,8 @@ CONFIG_CRYPTO_USER=y CONFIG_CRYPTO_XTS=y CONFIG_CRYPTO_XCBC=y CONFIG_CRYPTO_TWOFISH=y +CONFIG_CRYPTO_LZ4=y +CONFIG_CRYPTO_ZSTD=y CONFIG_CRYPTO_USER_API_SKCIPHER=y # CONFIG_RAID6_PQ_BENCHMARK is not set CONFIG_CRC_ITU_T=y