From: Fabian Frederick Date: Fri, 12 Aug 2016 20:49:59 +0000 (+0200) Subject: selftests/zram: replace ZRAM_LZ4_COMPRESS X-Git-Tag: v4.14-rc1~2256^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ad46becb5c03e7d2464f00b2a1cd460a9c2b3c0;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/zram/README b/tools/testing/selftests/zram/README index eb17917..7972cc5 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