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

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment