aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index 7cb0f7f847e4..2a492aad40d1 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -152,6 +152,26 @@ config CIFS_ACL
152 Allows to fetch CIFS/NTFS ACL from the server. The DACL blob 152 Allows to fetch CIFS/NTFS ACL from the server. The DACL blob
153 is handed over to the application/caller. 153 is handed over to the application/caller.
154 154
155config CIFS_SMB2
156 bool "SMB2 network file system support (EXPERIMENTAL)"
157 depends on EXPERIMENTAL && INET && BROKEN
158 select NLS
159 select KEYS
160 select FSCACHE
161 select DNS_RESOLVER
162
163 help
164 This enables experimental support for the SMB2 (Server Message Block
165 version 2) protocol. The SMB2 protocol is the successor to the
166 popular CIFS and SMB network file sharing protocols. SMB2 is the
167 native file sharing mechanism for recent versions of Windows
168 operating systems (since Vista). SMB2 enablement will eventually
169 allow users better performance, security and features, than would be
170 possible with cifs. Note that smb2 mount options also are simpler
171 (compared to cifs) due to protocol improvements.
172
173 Unless you are a developer or tester, say N.
174
155config CIFS_EXPERIMENTAL 175config CIFS_EXPERIMENTAL
156 bool "CIFS Experimental Features (EXPERIMENTAL)" 176 bool "CIFS Experimental Features (EXPERIMENTAL)"
157 depends on CIFS && EXPERIMENTAL 177 depends on CIFS && EXPERIMENTAL