aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig80
1 files changed, 1 insertions, 79 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index acceb6e62bff..1d7c0f6fade4 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -264,85 +264,7 @@ config NFS_COMMON
264 depends on NFSD || NFS_FS 264 depends on NFSD || NFS_FS
265 default y 265 default y
266 266
267config SUNRPC 267source "net/sunrpc/Kconfig"
268 tristate
269
270config SUNRPC_GSS
271 tristate
272
273config SUNRPC_XPRT_RDMA
274 tristate
275 depends on SUNRPC && INFINIBAND && EXPERIMENTAL
276 default SUNRPC && INFINIBAND
277 help
278 This option enables an RPC client transport capability that
279 allows the NFS client to mount servers via an RDMA-enabled
280 transport.
281
282 To compile RPC client RDMA transport support as a module,
283 choose M here: the module will be called xprtrdma.
284
285 If unsure, say N.
286
287config SUNRPC_REGISTER_V4
288 bool "Register local RPC services via rpcbind v4 (EXPERIMENTAL)"
289 depends on SUNRPC && EXPERIMENTAL
290 default n
291 help
292 Sun added support for registering RPC services at an IPv6
293 address by creating two new versions of the rpcbind protocol
294 (RFC 1833).
295
296 This option enables support in the kernel RPC server for
297 registering kernel RPC services via version 4 of the rpcbind
298 protocol. If you enable this option, you must run a portmapper
299 daemon that supports rpcbind protocol version 4.
300
301 Serving NFS over IPv6 from knfsd (the kernel's NFS server)
302 requires that you enable this option and use a portmapper that
303 supports rpcbind version 4.
304
305 If unsure, say N to get traditional behavior (register kernel
306 RPC services using only rpcbind version 2). Distributions
307 using the legacy Linux portmapper daemon must say N here.
308
309config RPCSEC_GSS_KRB5
310 tristate "Secure RPC: Kerberos V mechanism (EXPERIMENTAL)"
311 depends on SUNRPC && EXPERIMENTAL
312 select SUNRPC_GSS
313 select CRYPTO
314 select CRYPTO_MD5
315 select CRYPTO_DES
316 select CRYPTO_CBC
317 help
318 Choose Y here to enable Secure RPC using the Kerberos version 5
319 GSS-API mechanism (RFC 1964).
320
321 Secure RPC calls with Kerberos require an auxiliary user-space
322 daemon which may be found in the Linux nfs-utils package
323 available from http://linux-nfs.org/. In addition, user-space
324 Kerberos support should be installed.
325
326 If unsure, say N.
327
328config RPCSEC_GSS_SPKM3
329 tristate "Secure RPC: SPKM3 mechanism (EXPERIMENTAL)"
330 depends on SUNRPC && EXPERIMENTAL
331 select SUNRPC_GSS
332 select CRYPTO
333 select CRYPTO_MD5
334 select CRYPTO_DES
335 select CRYPTO_CAST5
336 select CRYPTO_CBC
337 help
338 Choose Y here to enable Secure RPC using the SPKM3 public key
339 GSS-API mechansim (RFC 2025).
340
341 Secure RPC calls with SPKM3 require an auxiliary userspace
342 daemon which may be found in the Linux nfs-utils package
343 available from http://linux-nfs.org/.
344
345 If unsure, say N.
346 268
347config SMB_FS 269config SMB_FS
348 tristate "SMB file system support (OBSOLETE, please use CIFS)" 270 tristate "SMB file system support (OBSOLETE, please use CIFS)"