Always include the "vfs" attribute (module). Although all of the

ufs/xxx file systems depend on the vfs attribute, it is not required
that any file system actually be built-in to the kernel.  (At least
on some architectures, file system modules can be loaded at boot
time.)
This commit is contained in:
pgoyette 2015-11-14 07:31:13 +00:00
parent 4b1d0b9529
commit 78da7b9d09

View File

@ -1,4 +1,4 @@
# $NetBSD: std,v 1.20 2014/10/31 07:38:36 uebayasi Exp $
# $NetBSD: std,v 1.21 2015/11/14 07:31:13 pgoyette Exp $
#
# standard MI 'options'
#
@ -11,6 +11,14 @@
#
select kern
# Always include the "vfs" attribute (module). Although all of the
# ufs/xxx file systems depend on the vfs attribute, it is not required
# that any file system actually be built-in to the kernel. (At least
# on some architectures, file system modules can be loaded at boot
# time.)
select vfs
select net # XXX Clean up dependency
# the following options are on-by-default to keep