diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2009-01-22 03:11:56 -0500 |
---|---|---|
committer | Alexey Dobriyan <adobriyan@gmail.com> | 2009-01-22 05:16:00 -0500 |
commit | 9098c24f35f7da6c89a83420acf21e3d7b35151d (patch) | |
tree | 4c7a0de57b102e2ac3841774f5990962f0a5721a /fs/Kconfig | |
parent | e2b329e2002685c1b0fa3c06caadc0936b7f507f (diff) |
fs/Kconfig: move sunrpc out
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 80 |
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 | ||
267 | config SUNRPC | 267 | source "net/sunrpc/Kconfig" |
268 | tristate | ||
269 | |||
270 | config SUNRPC_GSS | ||
271 | tristate | ||
272 | |||
273 | config 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 | |||
287 | config 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 | |||
309 | config 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 | |||
328 | config 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 | ||
347 | config SMB_FS | 269 | config SMB_FS |
348 | tristate "SMB file system support (OBSOLETE, please use CIFS)" | 270 | tristate "SMB file system support (OBSOLETE, please use CIFS)" |