Skip to content

Commit

Permalink
configs: aosp: Add ZRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh authored and vknecht committed Nov 5, 2023
1 parent e8d9393 commit fa22dbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kernel/configs/aosp.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ CONFIG_CRYPTO_SM4_ARM64_NEON_BLK=y
CONFIG_DMABUF_HEAPS=y
CONFIG_DMABUF_HEAPS_SYSTEM=y
CONFIG_DMABUF_HEAPS_CMA=y

# ZRAM
CONFIG_ZRAM=y
CONFIG_ZRAM_WRITEBACK=y
# FIXME: Is this needed?
CONFIG_ZRAM_MEMORY_TRACKING=y

0 comments on commit fa22dbf

Please sign in to comment.