[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH 4/5] lib/ramfs: Config.uk: Use select for dependency
Use `select` instead of `depends on` which makes the filesystem library existence more obvious within the menu. Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- lib/ramfs/Config.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ramfs/Config.uk b/lib/ramfs/Config.uk index 52e4388c..b8d98936 100644 --- a/lib/ramfs/Config.uk +++ b/lib/ramfs/Config.uk @@ -1,4 +1,4 @@ config LIBRAMFS bool "ramfs: simple RAM file system" default n - depends on LIBVFSCORE + select LIBVFSCORE -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |