Merge pull request #232274 from alois31/zram-writeback

This commit is contained in:
Bernardo Meurer 2023-05-17 11:34:48 -04:00 committed by GitHub
commit 6e4fbfe81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -679,10 +679,11 @@ let
};
zram = {
ZRAM = module;
ZSWAP = option yes;
ZBUD = option yes;
ZSMALLOC = module;
ZRAM = module;
ZRAM_WRITEBACK = option yes;
ZSWAP = option yes;
ZBUD = option yes;
ZSMALLOC = module;
};
brcmfmac = {