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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user