From acdae3be4f8a7bc10856dcc5880b7c52e8cf0df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Mon, 29 Jul 2019 14:22:59 +0200 Subject: [PATCH] Enable CRYPTO_ZSTD for ZRAM with ZSTD compression --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) 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