Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ad46bec authored by Fabian Frederick's avatar Fabian Frederick Committed by Shuah Khan
Browse files

selftests/zram: replace ZRAM_LZ4_COMPRESS



Since commit ce1ed9f9
("zram: delete custom lzo/lz4")

we need CONFIG_CRYPTO_LZ4=y instead of
CONFIG_ZRAM_LZ4_COMPRESS

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 3409f9ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Statistics for individual zram devices are exported through sysfs nodes at

Kconfig required:
CONFIG_ZRAM=y
CONFIG_ZRAM_LZ4_COMPRESS=y
CONFIG_CRYPTO_LZ4=y
CONFIG_ZPOOL=y
CONFIG_ZSMALLOC=y