selftests/zram: replace ZRAM_LZ4_COMPRESS
Since commit ce1ed9f98e
("zram: delete custom lzo/lz4")
we need CONFIG_CRYPTO_LZ4=y instead of
CONFIG_ZRAM_LZ4_COMPRESS
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
This commit is contained in:
parent
3409f9ab71
commit
0ad46becb5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue