[CIFS] SMB3 Signing enablement
[deliverable/linux.git] / fs / cifs / Kconfig
index 21ff76c22a17f2524c706dde8568344921124681..603f18a65c121e5586f903baff101a8637bdb852 100644 (file)
@@ -10,6 +10,7 @@ config CIFS
        select CRYPTO_ECB
        select CRYPTO_DES
        select CRYPTO_SHA256
+       select CRYPTO_CMAC
        help
          This is the client VFS module for the Common Internet File System
          (CIFS) protocol which is the successor to the Server Message Block
@@ -155,14 +156,14 @@ config CIFS_DFS_UPCALL
            points. If unsure, say N.
 
 config CIFS_NFSD_EXPORT
-         bool "Allow nfsd to export CIFS file system (EXPERIMENTAL)"
-         depends on CIFS && EXPERIMENTAL && BROKEN
+         bool "Allow nfsd to export CIFS file system"
+         depends on CIFS && BROKEN
          help
           Allows NFS server to export a CIFS mounted share (nfsd over cifs)
 
 config CIFS_SMB2
-       bool "SMB2 network file system support (EXPERIMENTAL)"
-       depends on CIFS && EXPERIMENTAL && INET
+       bool "SMB2 network file system support"
+       depends on CIFS && INET
        select NLS
        select KEYS
        select FSCACHE
This page took 0.025197 seconds and 5 git commands to generate.