blob: 8873fd8ddacd261ac03bc1bb7d5b7a236579baee [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
Trond Myklebustdf486a22010-08-17 17:42:45 -040021 tristate
22 depends on SUNRPC && CRYPTO
23 prompt "Secure RPC: Kerberos V mechanism" if !(NFS_V4 || NFSD_V4)
24 default y
Alexey Dobriyan9098c242009-01-22 11:11:56 +030025 select SUNRPC_GSS
Alexey Dobriyan9098c242009-01-22 11:11:56 +030026 select CRYPTO_MD5
27 select CRYPTO_DES
28 select CRYPTO_CBC
29 help
30 Choose Y here to enable Secure RPC using the Kerberos version 5
31 GSS-API mechanism (RFC 1964).
32
33 Secure RPC calls with Kerberos require an auxiliary user-space
34 daemon which may be found in the Linux nfs-utils package
35 available from http://linux-nfs.org/. In addition, user-space
36 Kerberos support should be installed.
37
Trond Myklebustdf486a22010-08-17 17:42:45 -040038 If unsure, say Y.