diff --git a/debian/changelog b/debian/changelog index 8c4436d5663e..af6791ccddb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,7 @@ linux (5.2.1-1~exp1) UNRELEASED; urgency=medium * enable XFRM_STATISTICS (Closes: #929938) * [arm64] Add support for Raspberry Pi 3 camera host interface (Closes: #933228) + * Enable CRYPTO_ZSTD for ZRAM with ZSTD compression (Closes: #932722) [ Lubomir Rintel ] * [armhf] Enable config items for OLPC XO-1.75 (Closes: #927791) diff --git a/debian/config/config b/debian/config/config index c4b3afee6cac..bcba7d954d90 100644 --- a/debian/config/config +++ b/debian/config/config @@ -149,6 +149,7 @@ CONFIG_CRYPTO_LZO=m # CONFIG_CRYPTO_842 is not set CONFIG_CRYPTO_LZ4=m CONFIG_CRYPTO_LZ4HC=m +CONFIG_CRYPTO_ZSTD=m CONFIG_CRYPTO_ANSI_CPRNG=m CONFIG_CRYPTO_DRBG_MENU=m # CONFIG_CRYPTO_DRBG_HASH is not set