aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/zram/README
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2016-08-12 22:49:59 +0200
committerShuah Khan <shuahkh@osg.samsung.com>2016-09-20 09:00:01 -0600
commit0ad46becb5c03e7d2464f00b2a1cd460a9c2b3c0 (patch)
treed2dc4d415b9adc57efb17c22ab380f7fbeb8f6d3 /tools/testing/selftests/zram/README
parentkselftest: kselftest documentation improvement (diff)
downloadlinux-dev-0ad46becb5c03e7d2464f00b2a1cd460a9c2b3c0.tar.xz
linux-dev-0ad46becb5c03e7d2464f00b2a1cd460a9c2b3c0.zip
selftests/zram: replace ZRAM_LZ4_COMPRESS
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>
Diffstat (limited to 'tools/testing/selftests/zram/README')
-rw-r--r--tools/testing/selftests/zram/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/zram/README b/tools/testing/selftests/zram/README
index eb17917c8a3a..7972cc512408 100644
--- a/tools/testing/selftests/zram/README
+++ b/tools/testing/selftests/zram/README
@@ -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