NFSD: Remove redundant "select" clauses in fs/Kconfig
authorChuck Lever <chuck.lever@oracle.com>
Mon, 11 Feb 2008 22:12:38 +0000 (17:12 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 23 Apr 2008 20:13:38 +0000 (16:13 -0400)
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>
fs/Kconfig

index b609843f8d63a88abc43c5288c64c54444ac95a6..1d81be3fef3bb233988ed41b68ff6af52db23709 100644 (file)
@@ -1695,8 +1695,6 @@ config NFSD
        select SUNRPC
        select EXPORTFS
        select NFS_ACL_SUPPORT if NFSD_V2_ACL
-       select CRYPTO_MD5 if NFSD_V4
-       select CRYPTO if NFSD_V4
        select PROC_FS if NFSD_V4
        select PROC_FS if SUNRPC_GSS
        help