kconfigcheck: enable all compression backends for zram
It doesn't seem like enabling these will "cost" us anything, and making sure they are enabled will let us more easily change the default compressor for zram swap in the future. Signed-off-by: Clayton Craft <craftyguy@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7753>
This commit is contained in:
parent
67e26581a9
commit
3a74f3a1de
1 changed files with 5 additions and 0 deletions
|
|
@ -289,6 +289,11 @@ SWAP = "y"
|
|||
CRYPTO_ZSTD = "y"
|
||||
|
||||
["category:zram".">=6.12"."all"]
|
||||
ZRAM_BACKEND_842 = "y"
|
||||
ZRAM_BACKEND_DEFLATE = "y"
|
||||
ZRAM_BACKEND_LZ4 = "y"
|
||||
ZRAM_BACKEND_LZ4HC = "y"
|
||||
ZRAM_BACKEND_LZO = "y"
|
||||
ZRAM_BACKEND_ZSTD = "y"
|
||||
|
||||
# netboot: https://postmarketos.org/netboot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue