]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/Kconfig
NFSD: Remove redundant "select" clauses in fs/Kconfig
[linux-2.6-omap-h63xx.git] / fs / Kconfig
index 94250f0c0cc8eb6a9ebdd69fdee66dbcbcab6695..1d81be3fef3bb233988ed41b68ff6af52db23709 100644 (file)
@@ -1694,10 +1694,7 @@ config NFSD
        select LOCKD
        select SUNRPC
        select EXPORTFS
-       select NFSD_V2_ACL if NFSD_V3_ACL
        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
@@ -1738,6 +1735,7 @@ config NFSD_V3
 config NFSD_V3_ACL
        bool "NFS server support for the NFSv3 ACL protocol extension"
        depends on NFSD_V3
+       select NFSD_V2_ACL
        help
          Solaris NFS servers support an auxiliary NFSv3 ACL protocol that
          never became an official part of the NFS version 3 protocol.