Skip to content

Commit 0d2f0ea

Browse files
ExactExamplDhineshCool
authored andcommitted
defconfig: b1c1: enable zram deduplication feature
* Unset CONFIG_ZRAM_WRITEBACK while at it as writeback isn't being used
1 parent 277f74b commit 0d2f0ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/configs/b1c1_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ CONFIG_IPC_ROUTER_SECURITY=y
290290
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
291291
CONFIG_DMA_CMA=y
292292
CONFIG_ZRAM=y
293-
CONFIG_ZRAM_WRITEBACK=y
293+
CONFIG_ZRAM_DEDUP=y
294+
# CONFIG_ZRAM_WRITEBACK is not set
294295
CONFIG_BLK_DEV_LOOP=y
295296
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
296297
CONFIG_BLK_DEV_RAM=y

0 commit comments

Comments
 (0)