selftests/zram: replace ZRAM_LZ4_COMPRESS
authorFabian Frederick <fabf@skynet.be>
Fri, 12 Aug 2016 20:49:59 +0000 (22:49 +0200)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 20 Sep 2016 15:00:01 +0000 (09:00 -0600)
Since commit ce1ed9f98e88
("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>
tools/testing/selftests/zram/README

index eb17917c8a3a57b2551abee6d4fa873e384955b5..7972cc5124080b5566a6aa151db6f4169997533b 100644 (file)
@@ -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