This commit moves the library configuration under a menuconfig option for
vfscore. This is done for consistency.
Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
Reviewed-by: Marco Schlumpp <marco@unikraft.io>
Approved-by: Marco Schlumpp <marco@unikraft.io>
GitHub-Closes: #1070
-config LIBVFSCORE
+menuconfig LIBVFSCORE
bool "vfscore: VFS Core Interface"
default n
select LIBNOLIBC if !HAVE_LIBC
select LIBPOSIX_TIME
if LIBVFSCORE
-menu "vfscore: Configuration"
-
config LIBVFSCORE_PIPE_SIZE_ORDER
int "Pipe size order"
default 16
passed through the vfs.fstab argument.
endif
-endmenu
endif