diff options
Diffstat (limited to 'fs/cifs/Kconfig')
| -rw-r--r-- | fs/cifs/Kconfig | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 80f352596807..917b7d449bb2 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
| @@ -2,7 +2,6 @@ config CIFS | |||
| 2 | tristate "CIFS support (advanced network filesystem, SMBFS successor)" | 2 | tristate "CIFS support (advanced network filesystem, SMBFS successor)" |
| 3 | depends on INET | 3 | depends on INET |
| 4 | select NLS | 4 | select NLS |
| 5 | select SLOW_WORK | ||
| 6 | help | 5 | help |
| 7 | This is the client VFS module for the Common Internet File System | 6 | This is the client VFS module for the Common Internet File System |
| 8 | (CIFS) protocol which is the successor to the Server Message Block | 7 | (CIFS) protocol which is the successor to the Server Message Block |
| @@ -71,14 +70,14 @@ config CIFS_WEAK_PW_HASH | |||
| 71 | If unsure, say N. | 70 | If unsure, say N. |
| 72 | 71 | ||
| 73 | config CIFS_UPCALL | 72 | config CIFS_UPCALL |
| 74 | bool "Kerberos/SPNEGO advanced session setup" | 73 | bool "Kerberos/SPNEGO advanced session setup" |
| 75 | depends on CIFS && KEYS | 74 | depends on CIFS && KEYS |
| 76 | help | 75 | select DNS_RESOLVER |
| 77 | Enables an upcall mechanism for CIFS which accesses | 76 | help |
| 78 | userspace helper utilities to provide SPNEGO packaged (RFC 4178) | 77 | Enables an upcall mechanism for CIFS which accesses userspace helper |
| 79 | Kerberos tickets which are needed to mount to certain secure servers | 78 | utilities to provide SPNEGO packaged (RFC 4178) Kerberos tickets |
| 80 | (for which more secure Kerberos authentication is required). If | 79 | which are needed to mount to certain secure servers (for which more |
| 81 | unsure, say N. | 80 | secure Kerberos authentication is required). If unsure, say N. |
| 82 | 81 | ||
| 83 | config CIFS_XATTR | 82 | config CIFS_XATTR |
| 84 | bool "CIFS extended attributes" | 83 | bool "CIFS extended attributes" |
| @@ -122,6 +121,7 @@ config CIFS_DEBUG2 | |||
| 122 | config CIFS_DFS_UPCALL | 121 | config CIFS_DFS_UPCALL |
| 123 | bool "DFS feature support" | 122 | bool "DFS feature support" |
| 124 | depends on CIFS && KEYS | 123 | depends on CIFS && KEYS |
| 124 | select DNS_RESOLVER | ||
| 125 | help | 125 | help |
| 126 | Distributed File System (DFS) support is used to access shares | 126 | Distributed File System (DFS) support is used to access shares |
| 127 | transparently in an enterprise name space, even if the share | 127 | transparently in an enterprise name space, even if the share |
| @@ -131,6 +131,15 @@ config CIFS_DFS_UPCALL | |||
| 131 | IP addresses) which is needed for implicit mounts of DFS junction | 131 | IP addresses) which is needed for implicit mounts of DFS junction |
| 132 | points. If unsure, say N. | 132 | points. If unsure, say N. |
| 133 | 133 | ||
| 134 | config CIFS_FSCACHE | ||
| 135 | bool "Provide CIFS client caching support (EXPERIMENTAL)" | ||
| 136 | depends on EXPERIMENTAL | ||
| 137 | depends on CIFS=m && FSCACHE || CIFS=y && FSCACHE=y | ||
| 138 | help | ||
| 139 | Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data | ||
| 140 | to be cached locally on disk through the general filesystem cache | ||
| 141 | manager. If unsure, say N. | ||
| 142 | |||
| 134 | config CIFS_EXPERIMENTAL | 143 | config CIFS_EXPERIMENTAL |
| 135 | bool "CIFS Experimental Features (EXPERIMENTAL)" | 144 | bool "CIFS Experimental Features (EXPERIMENTAL)" |
| 136 | depends on CIFS && EXPERIMENTAL | 145 | depends on CIFS && EXPERIMENTAL |
