blob: 443c161eb8bdd0dd4c988a9bab0d6d387fe2f0e3 [file] [log] [blame]
Alexey Dobriyan9098c242009-01-22 11:11:56 +03001config SUNRPC
2 tristate
3
4config SUNRPC_GSS
5 tristate
6
7config SUNRPC_XPRT_RDMA
8 tristate
Randy Dunlap55128bc2009-02-03 15:20:13 -08009 depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS && EXPERIMENTAL
Alexey Dobriyan9098c242009-01-22 11:11:56 +030010 default SUNRPC && INFINIBAND
11 help
J. Bruce Fieldsce0cf662008-11-02 16:18:08 -050012 This option allows the NFS client and server to support
13 an RDMA-enabled transport.
Alexey Dobriyan9098c242009-01-22 11:11:56 +030014
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
Alexey Dobriyan9098c242009-01-22 11:11:56 +030020config RPCSEC_GSS_KRB5
21 tristate "Secure RPC: Kerberos V mechanism (EXPERIMENTAL)"
22 depends on SUNRPC && EXPERIMENTAL
23 select SUNRPC_GSS
24 select CRYPTO
25 select CRYPTO_MD5
26 select CRYPTO_DES
27 select CRYPTO_CBC
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
37 If unsure, say N.
38
39config RPCSEC_GSS_SPKM3
40 tristate "Secure RPC: SPKM3 mechanism (EXPERIMENTAL)"
41 depends on SUNRPC && EXPERIMENTAL
42 select SUNRPC_GSS
43 select CRYPTO
44 select CRYPTO_MD5
45 select CRYPTO_DES
46 select CRYPTO_CAST5
47 select CRYPTO_CBC
48 help
49 Choose Y here to enable Secure RPC using the SPKM3 public key
Matt LaPlante692105b2009-01-26 11:12:25 +010050 GSS-API mechanism (RFC 2025).
Alexey Dobriyan9098c242009-01-22 11:11:56 +030051
52 Secure RPC calls with SPKM3 require an auxiliary userspace
53 daemon which may be found in the Linux nfs-utils package
54 available from http://linux-nfs.org/.
55
56 If unsure, say N.