Skip to content

Commit

Permalink
lib/ukvmem: Add dependency on CONFIG_PAGING
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mogasergiu committed Aug 11, 2023
1 parent 9a84c88 commit 01603d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ukvmem/Config.uk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ menuconfig LIBUKVMEM
select LIBUKDEBUG
select LIBUKALLOC
select LIBISRLIB
select PAGING
help
This library implements virtual address management by
providing methods for working with virtual address space
Expand Down

0 comments on commit 01603d2

Please sign in to comment.