Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f80cff3 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

defconfig: enable zram deduplication on trinket



Enable zram deduplication feature that avoids duplicate pages to be
stored on the zram disk thus improved memory savings.

Change-Id: I64438922207cf73ef6afe3df3dbb903376dc1210
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent b088473e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -250,6 +250,7 @@ CONFIG_REGMAP_WCD_IRQ=y
CONFIG_REGMAP_ALLOW_WRITE_DEBUGFS=y
CONFIG_DMA_CMA=y
CONFIG_ZRAM=y
CONFIG_ZRAM_DEDUP=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=8192
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ CONFIG_REGMAP_WCD_IRQ=y
CONFIG_REGMAP_ALLOW_WRITE_DEBUGFS=y
CONFIG_DMA_CMA=y
CONFIG_ZRAM=y
CONFIG_ZRAM_DEDUP=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=8192