linux/common-config: enable ZRAM_MULTI_COMP where available

This commit is contained in:
K900
2024-04-13 15:05:06 +03:00
parent 14b13525fc
commit 92d4fc3a4c
@@ -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 = {