Merge pull request #303821 from K900/enable-zram-multi-comp

linux/common-config: enable ZRAM_MULTI_COMP where available
This commit is contained in:
K900 2024-04-13 15:08:19 +03:00 committed by GitHub
commit 02214bedf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -871,11 +871,12 @@ let
};
zram = {
ZRAM = module;
ZRAM_WRITEBACK = option yes;
ZSWAP = option yes;
ZPOOL = yes;
ZBUD = option yes;
ZRAM = module;
ZRAM_WRITEBACK = option yes;
ZRAM_MULTI_COMP = whenAtLeast "6.2" yes;
ZSWAP = option yes;
ZPOOL = yes;
ZBUD = option yes;
};
brcmfmac = {