Skip to content

Commit 163aebd

Browse files
stephan-ghvknecht
authored andcommitted
configs: aosp: Add ZRAM
1 parent 796594a commit 163aebd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kernel/configs/aosp.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ CONFIG_CRYPTO_SM4_ARM64_NEON_BLK=y
1616
CONFIG_DMABUF_HEAPS=y
1717
CONFIG_DMABUF_HEAPS_SYSTEM=y
1818
CONFIG_DMABUF_HEAPS_CMA=y
19+
20+
# ZRAM
21+
CONFIG_ZRAM=y
22+
CONFIG_ZRAM_WRITEBACK=y
23+
# FIXME: Is this needed?
24+
CONFIG_ZRAM_MEMORY_TRACKING=y

0 commit comments

Comments
 (0)