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:
Alyssa Ross 2023-06-14 10:49:13 +00:00
parent fc5ef80184
commit 0a81cf8e7a

View File

@ -720,6 +720,7 @@ let
ZRAM = module;
ZRAM_WRITEBACK = option yes;
ZSWAP = option yes;
ZPOOL = yes;
ZBUD = option yes;
ZSMALLOC = module;
};