blob: b2198e65d8bbec47798ccd841707e40c844dc908 [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 Myklebuste3b28542011-04-15 12:58:56 -040021 tristate "Secure RPC: Kerberos V mechanism"
Trond Myklebustdf486a22010-08-17 17:42:45 -040022 depends on SUNRPC && CRYPTO
Trond Myklebuste3b28542011-04-15 12:58:56 -040023 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
Trond Myklebustdf486a22010-08-17 17:42:45 -040026 default y
Alexey Dobriyan9098c242009-01-22 11:11:56 +030027 select SUNRPC_GSS
Alexey Dobriyan9098c242009-01-22 11:11:56 +030028 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
Trond Myklebustdf486a22010-08-17 17:42:45 -040037 If unsure, say Y.