diff options
author | Fabian Frederick <fabf@skynet.be> | 2016-08-12 22:49:59 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-20 09:00:01 -0600 |
commit | 0ad46becb5c03e7d2464f00b2a1cd460a9c2b3c0 (patch) | |
tree | d2dc4d415b9adc57efb17c22ab380f7fbeb8f6d3 /tools | |
parent | 3409f9ab71d7db96eed849f49a6c8116c62dc251 (diff) | |
download | linux-stable-0ad46becb5c03e7d2464f00b2a1cd460a9c2b3c0.tar.gz linux-stable-0ad46becb5c03e7d2464f00b2a1cd460a9c2b3c0.tar.bz2 linux-stable-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')
-rw-r--r-- | tools/testing/selftests/zram/README | 2 |
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 |