ANDROID: gki_defconfig: Enable lz4 and lzo support for ZRAM

Enable lz4 and lzo compression support in ZRAM.

Bug: 378797598
Change-Id: I70ce955077d2f703b4d9f0419256d5fce0a68a22
Signed-off-by: Chinwen Chang <chinwen.chang@mediatek.com>
This commit is contained in:
Chinwen Chang
2024-11-13 14:10:12 +08:00
committed by Treehugger Robot
parent dc479025bb
commit fe2a7d4a0b
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -308,6 +308,8 @@ CONFIG_ARM_SCPI_PROTOCOL=y
# CONFIG_EFI_ARMSTUB_DTB_LOADER is not set
CONFIG_GNSS=y
CONFIG_ZRAM=m
CONFIG_ZRAM_BACKEND_LZ4=y
CONFIG_ZRAM_BACKEND_LZO=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
CONFIG_BLK_DEV_RAM=y
+2
View File
@@ -296,6 +296,8 @@ CONFIG_REGMAP_KUNIT=m
CONFIG_GNSS=y
CONFIG_OF=y
CONFIG_ZRAM=m
CONFIG_ZRAM_BACKEND_LZ4=y
CONFIG_ZRAM_BACKEND_LZO=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
CONFIG_BLK_DEV_RAM=y