Skip to content

Commit

Permalink
arm64/configs: zram: enable zram-writeback
Browse files Browse the repository at this point in the history
Every patches related to zram writeback are merged.
Let's turn it on for upcoming userspace change.

Test: tested with userspace change by Jaegeuk.
Bug: 74582279
Change-Id: I0949f28220678955daf25f3af992da8de9b7ead8
Signed-off-by: Minchan Kim <minchan@google.com>
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
  • Loading branch information
Minchan Kim authored and PainKiller3 committed Jan 9, 2023
1 parent 36711dd commit 64a5dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/vendor/xiaomi/mi845_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
CONFIG_ZRAM=y
# CONFIG_ZRAM_WRITEBACK is not set
CONFIG_ZRAM_WRITEBACK=y
# CONFIG_ZRAM_MEMORY_TRACKING is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/vendor/xiaomi/silvercore_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
CONFIG_ZRAM=y
# CONFIG_ZRAM_WRITEBACK is not set
CONFIG_ZRAM_WRITEBACK=y
# CONFIG_ZRAM_MEMORY_TRACKING is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
Expand Down

0 comments on commit 64a5dfb

Please sign in to comment.