NFS: Clean up - simplify the switch to read/write-through-MDS
[deliverable/linux.git] / net / sunrpc / Kconfig
CommitLineData
9098c24f
AD
1config SUNRPC
2 tristate
3
4config SUNRPC_GSS
5 tristate
6
7config SUNRPC_XPRT_RDMA
8 tristate
55128bc2 9 depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS && EXPERIMENTAL
9098c24f
AD
10 default SUNRPC && INFINIBAND
11 help
ce0cf662
BF
12 This option allows the NFS client and server to support
13 an RDMA-enabled transport.
9098c24f
AD
14
15 To compile RPC client RDMA transport support as a module,
16 choose M here: the module will be called xprtrdma.
17
18 If unsure, say N.
19
9098c24f 20config RPCSEC_GSS_KRB5
e3b2854f 21 tristate "Secure RPC: Kerberos V mechanism"
df486a25 22 depends on SUNRPC && CRYPTO
e3b2854f
TM
23 depends on CRYPTO_MD5 && CRYPTO_DES && CRYPTO_CBC && CRYPTO_CTS
24 depends on CRYPTO_ECB && CRYPTO_HMAC && CRYPTO_SHA1 && CRYPTO_AES
25 depends on CRYPTO_ARC4
df486a25 26 default y
9098c24f 27 select SUNRPC_GSS
9098c24f
AD
28 help
29 Choose Y here to enable Secure RPC using the Kerberos version 5
30 GSS-API mechanism (RFC 1964).
31
32 Secure RPC calls with Kerberos require an auxiliary user-space
33 daemon which may be found in the Linux nfs-utils package
34 available from http://linux-nfs.org/. In addition, user-space
35 Kerberos support should be installed.
36
df486a25 37 If unsure, say Y.
This page took 0.178845 seconds and 5 git commands to generate.