linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]] zram: kselftests: correct README
@ 2018-08-29  8:06 Lei Yang
  0 siblings, 0 replies; only message in thread
From: Lei Yang @ 2018-08-29  8:06 UTC (permalink / raw)
  To: lei.yang, shuahkh, linux-kselftest, linux-kernel

CONFIG_ZRAM=y should be CONFIG_ZRAM=m
it obviously uses zram kernel module in the testing

Signed-off-by: Lei Yang <Lei.Yang@windriver.com>
---
 tools/testing/selftests/zram/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/zram/README b/tools/testing/selftests/zram/README
index 7972cc5..501223a 100644
--- a/tools/testing/selftests/zram/README
+++ b/tools/testing/selftests/zram/README
@@ -12,7 +12,7 @@ Statistics for individual zram devices are exported through sysfs nodes at
 /sys/block/zram<id>/
 
 Kconfig required:
-CONFIG_ZRAM=y
+CONFIG_ZRAM=m
 CONFIG_CRYPTO_LZ4=y
 CONFIG_ZPOOL=y
 CONFIG_ZSMALLOC=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-29  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29  8:06 [PATCH]] zram: kselftests: correct README Lei Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).