summaryrefslogtreecommitdiff
path: root/fs/Config.help
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Config.help')
-rw-r--r--fs/Config.help15
1 files changed, 15 insertions, 0 deletions
diff --git a/fs/Config.help b/fs/Config.help
index 44622847c4df..76ffd7584add 100644
--- a/fs/Config.help
+++ b/fs/Config.help
@@ -535,6 +535,13 @@ CONFIG_NFS_DIRECTIO
causes open() to return EINVAL if a file residing in NFS is
opened with the O_DIRECT flag.
+CONFIG_NFS_V4
+ Say Y here if you want your NFS client to be able to speak the newer
+ version 4 of the NFS protocol. This feature is experimental, and
+ should only be used if you are interested in helping to test NFSv4.
+
+ If unsure, say N.
+
CONFIG_ROOT_NFS
If you want your Linux box to mount its whole root file system (the
one containing the directory /) from some other computer over the
@@ -1137,3 +1144,11 @@ CONFIG_XFS_RT
If unsure, say N.
+CONFIG_AFS_FS
+ If you say Y here, you will get an experimental Andrew File System
+ driver. It currently only supports unsecured read-only AFS access.
+
+ See Documentation/filesystems/afs.txt for more intormation.
+
+ If unsure, say N.
+