diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-11-12 17:09:49 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-02-01 16:42:04 -0500 |
commit | 440bcc592052e42c7050a51489c65e18df4a0636 (patch) | |
tree | 347d1cfa5df7fde984f26d143eae593ba4b1ad9a /fs/Kconfig | |
parent | df95a9d4fb91d819d3fb55dd437056df59e7f15e (diff) |
nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases
The server depends on upcalls under /proc to support nfsv4 and gss.
Acked-by: NeilBrown <neilb@suse.de>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 219ec06a8c7e..987b5d7cb21a 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1674,6 +1674,8 @@ config NFSD | |||
1674 | select CRYPTO_MD5 if NFSD_V4 | 1674 | select CRYPTO_MD5 if NFSD_V4 |
1675 | select CRYPTO if NFSD_V4 | 1675 | select CRYPTO if NFSD_V4 |
1676 | select FS_POSIX_ACL if NFSD_V4 | 1676 | select FS_POSIX_ACL if NFSD_V4 |
1677 | select PROC_FS if NFSD_V4 | ||
1678 | select PROC_FS if SUNRPC_GSS | ||
1677 | help | 1679 | help |
1678 | If you want your Linux box to act as an NFS *server*, so that other | 1680 | If you want your Linux box to act as an NFS *server*, so that other |
1679 | computers on your local network which support NFS can access certain | 1681 | computers on your local network which support NFS can access certain |