Since you cannot use `ukvmem` without the paging API's, it makes
sense to add a dependency on the `CONFIG_PAGING` configuration entry.
Signed-off-by: Sergiu Moga <sergiu.moga@protonmail.com>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #908
select LIBUKDEBUG
select LIBUKALLOC
select LIBISRLIB
+ select PAGING
help
This library implements virtual address management by
providing methods for working with virtual address space