Kconfig (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) | Kconfig (d14bbfff259cadb5af84413658699159556da156) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config CIFS 3 tristate "SMB3 and CIFS support (advanced network filesystem)" 4 depends on INET | 1# SPDX-License-Identifier: GPL-2.0-only 2config CIFS 3 tristate "SMB3 and CIFS support (advanced network filesystem)" 4 depends on INET |
5 select NETFS_SUPPORT |
|
5 select NLS 6 select NLS_UCS2_UTILS 7 select CRYPTO 8 select CRYPTO_MD5 9 select CRYPTO_SHA256 10 select CRYPTO_SHA512 11 select CRYPTO_CMAC 12 select CRYPTO_HMAC --- 185 unchanged lines hidden (view full) --- 198config CIFS_ROOT 199 bool "SMB root file system (Experimental)" 200 depends on CIFS=y && IP_PNP 201 help 202 Enables root file system support over SMB protocol. 203 204 Most people say N here. 205 | 6 select NLS 7 select NLS_UCS2_UTILS 8 select CRYPTO 9 select CRYPTO_MD5 10 select CRYPTO_SHA256 11 select CRYPTO_SHA512 12 select CRYPTO_CMAC 13 select CRYPTO_HMAC --- 185 unchanged lines hidden (view full) --- 199config CIFS_ROOT 200 bool "SMB root file system (Experimental)" 201 depends on CIFS=y && IP_PNP 202 help 203 Enables root file system support over SMB protocol. 204 205 Most people say N here. 206 |
207config CIFS_COMPRESSION 208 bool "SMB message compression (Experimental)" 209 depends on CIFS 210 default n 211 help 212 Enables over-the-wire message compression for SMB 3.1.1 213 mounts when negotiated with the server. 214 215 Only write requests with data size >= PAGE_SIZE will be 216 compressed to avoid wasting resources. 217 218 Say Y here if you want SMB traffic to be compressed. 219 If unsure, say N. 220 |
|
206endif | 221endif |