ANDROID: GKI: defconfig: Enable a few zram configs

Enable CONFIG_ZRAM_WRITEBACK, CONFIG_ZRAM_MULTI_COMP (i.e.
recompression), and CONFIG_ZRAM_BACKEND_ZSTD. Enabling these allows the
new mmd system component to manage writeback and recompression when
configured to do so, without the need of providing zram as a vendor
module.

Bug: 404275001
Change-Id: I6ae1fa9768408b1b9782747c98ba02b9c0f7db3e
Signed-off-by: David Stevens <stevensd@google.com>
This commit is contained in:
David Stevens
2025-08-06 12:17:19 +09:00
parent ff4973aefb
commit 501f58f107
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -334,7 +334,10 @@ CONFIG_ARM_SDE_INTERFACE=y
CONFIG_GNSS=m
CONFIG_ZRAM=m
CONFIG_ZRAM_BACKEND_LZ4=y
CONFIG_ZRAM_BACKEND_ZSTD=y
CONFIG_ZRAM_BACKEND_LZO=y
CONFIG_ZRAM_WRITEBACK=y
CONFIG_ZRAM_MULTI_COMP=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
CONFIG_BLK_DEV_RAM=y
+3
View File
@@ -312,7 +312,10 @@ CONFIG_GNSS=m
CONFIG_OF=y
CONFIG_ZRAM=m
CONFIG_ZRAM_BACKEND_LZ4=y
CONFIG_ZRAM_BACKEND_ZSTD=y
CONFIG_ZRAM_BACKEND_LZO=y
CONFIG_ZRAM_WRITEBACK=y
CONFIG_ZRAM_MULTI_COMP=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
CONFIG_BLK_DEV_RAM=y