[PATCH] Add CONFIG_ZRAM_LZ4_COMPRESS=y

Nicolas Chauvet kwizart at gmail.com
Mon Aug 4 19:19:02 UTC 2014


This patch was tested on TOSHIBA AC100 (512M)
with zram0=128M (and cma=128M)

Kernel doc:
https://www.kernel.org/doc/Documentation/blockdev/zram.txt
Test zram in mozilla bz
https://bugzilla.mozilla.org/show_bug.cgi?id=945174#c21
---
 config-generic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config-generic b/config-generic
index d83167e..fbffa31 100644
--- a/config-generic
+++ b/config-generic
@@ -323,7 +323,7 @@ CONFIG_BLK_DEV_NULL_BLK=m
 CONFIG_BLK_DEV_FD=m
 # CONFIG_PARIDE is not set
 CONFIG_ZRAM=m
-# CONFIG_ZRAM_LZ4_COMPRESS is not set
+CONFIG_ZRAM_LZ4_COMPRESS=y
 # CONFIG_ZRAM_DEBUG is not set
 
 CONFIG_BLK_CPQ_DA=m
-- 
1.7.2.1



More information about the kernel mailing list