linux: set ZPOOL=y
ZBUD depends on ZPOOL. If we get asked about ZPOOL first, by default it would be set to m, and it would then not be possible to set ZBUD=y. This fixes, for example, building Linux 5.15 for microblazeel-linux.
This commit is contained in:
parent
fc5ef80184
commit
0a81cf8e7a
@ -720,6 +720,7 @@ let
|
|||||||
ZRAM = module;
|
ZRAM = module;
|
||||||
ZRAM_WRITEBACK = option yes;
|
ZRAM_WRITEBACK = option yes;
|
||||||
ZSWAP = option yes;
|
ZSWAP = option yes;
|
||||||
|
ZPOOL = yes;
|
||||||
ZBUD = option yes;
|
ZBUD = option yes;
|
||||||
ZSMALLOC = module;
|
ZSMALLOC = module;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user