diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-07-19 10:03:34 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-07-19 15:09:02 -0400 |
commit | 8cd69e1bc7970bfb032b425043cc0d4e4345c74c (patch) | |
tree | c6f2890e454d469ecd6c31cbf0b143ea3d806500 /fs | |
parent | ce8c2293be47999584908069e78bf6d94beadc53 (diff) |
NFSD/SUNRPC: Fix the automatic selection of RPCSEC_GSS
Bruce's patch broke the ability to compile RPCSEC_GSS as a module.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 6a649902c5ac..58a0650293e1 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1674,7 +1674,7 @@ config NFSD_V3_ACL | |||
1674 | 1674 | ||
1675 | config NFSD_V4 | 1675 | config NFSD_V4 |
1676 | bool "Provide NFSv4 server support (EXPERIMENTAL)" | 1676 | bool "Provide NFSv4 server support (EXPERIMENTAL)" |
1677 | depends on NFSD_V3 && EXPERIMENTAL | 1677 | depends on NFSD && NFSD_V3 && EXPERIMENTAL |
1678 | select RPCSEC_GSS_KRB5 | 1678 | select RPCSEC_GSS_KRB5 |
1679 | help | 1679 | help |
1680 | If you would like to include the NFSv4 server as well as the NFSv2 | 1680 | If you would like to include the NFSv4 server as well as the NFSv2 |