aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2008-02-11 17:12:38 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2008-04-23 16:13:38 -0400
commit6aaa67b5f3b9fe24f0c76d0415cc72e5a1137bea (patch)
treefb8305a818ca7fcc25451c15788dd2c5381a933a /fs
parent78dd0992a3462e05138cf4d08df759bf1c7a08c9 (diff)
NFSD: Remove redundant "select" clauses in fs/Kconfig
As far as I can tell, selecting the CRYPTO and CRYPTO_MD5 entries under CONFIG_NFSD is redundant, since CONFIG_NFSD_V4 already selects RPCSEC_GSS_KRB5, which selects these entries. Testing with "make menuconfig" shows that the entries under CRYPTO still properly reflect "Y" or "M" based on the setting of CONFIG_NFSD after this change is applied. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index b609843f8d63..1d81be3fef3b 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1695,8 +1695,6 @@ config NFSD
1695 select SUNRPC 1695 select SUNRPC
1696 select EXPORTFS 1696 select EXPORTFS
1697 select NFS_ACL_SUPPORT if NFSD_V2_ACL 1697 select NFS_ACL_SUPPORT if NFSD_V2_ACL
1698 select CRYPTO_MD5 if NFSD_V4
1699 select CRYPTO if NFSD_V4
1700 select PROC_FS if NFSD_V4 1698 select PROC_FS if NFSD_V4
1701 select PROC_FS if SUNRPC_GSS 1699 select PROC_FS if SUNRPC_GSS
1702 help 1700 help