diff options
-rw-r--r-- | fs/cifs/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 2b243af70aa3..a08306a8bec9 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
@@ -158,3 +158,23 @@ config CIFS_NFSD_EXPORT | |||
158 | depends on CIFS && EXPERIMENTAL && BROKEN | 158 | depends on CIFS && EXPERIMENTAL && BROKEN |
159 | help | 159 | help |
160 | Allows NFS server to export a CIFS mounted share (nfsd over cifs) | 160 | Allows NFS server to export a CIFS mounted share (nfsd over cifs) |
161 | |||
162 | config CIFS_SMB2 | ||
163 | bool "SMB2 network file system support (EXPERIMENTAL)" | ||
164 | depends on EXPERIMENTAL && INET && BROKEN | ||
165 | select NLS | ||
166 | select KEYS | ||
167 | select FSCACHE | ||
168 | select DNS_RESOLVER | ||
169 | |||
170 | help | ||
171 | This enables experimental support for the SMB2 (Server Message Block | ||
172 | version 2) protocol. The SMB2 protocol is the successor to the | ||
173 | popular CIFS and SMB network file sharing protocols. SMB2 is the | ||
174 | native file sharing mechanism for recent versions of Windows | ||
175 | operating systems (since Vista). SMB2 enablement will eventually | ||
176 | allow users better performance, security and features, than would be | ||
177 | possible with cifs. Note that smb2 mount options also are simpler | ||
178 | (compared to cifs) due to protocol improvements. | ||
179 | |||
180 | Unless you are a developer or tester, say N. | ||