summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-05-28 19:45:11 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-05-28 19:45:11 +0000
commit805da1fd7b5764f36f508d13579d252e83675cbc (patch)
tree704f92226f47e3058637c34aa0509331020fe431 /sys/conf/options
parent87880e35a7a715866ff77b50f7581b1cb16b8adf (diff)
downloadFreeBSD-src-805da1fd7b5764f36f508d13579d252e83675cbc.zip
FreeBSD-src-805da1fd7b5764f36f508d13579d252e83675cbc.tar.gz
Add the kernel build glue for the experimental NFS subsystem that
includes support for NFSv4. The subsystem can optionally be linked into the kernel using the two options: NFSCL - the client NFSD - the server It is also built as three modules: nfscl - the client nfsd - the server nfscommon - functions shared by the client and server Approved by: kib (mentor)
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index cc06bd7..298c170 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -232,6 +232,13 @@ NFSSERVER opt_nfs.h
# supports modern features such as RPCSEC_GSS
NFS_LEGACYRPC opt_nfs.h
+# Use these options to compile the experimental nfs client and/or
+# server that supports NFSv4 into a kernel.
+# NFSCL - client
+# NFSD - server
+NFSCL opt_nfs.h
+NFSD opt_nfs.h
+
# filesystems and libiconv bridge
CD9660_ICONV opt_dontuse.h
MSDOSFS_ICONV opt_dontuse.h
OpenPOWER on IntegriCloud