Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 1 | config SUNRPC |
| 2 | tristate |
| 3 | |
| 4 | config SUNRPC_GSS |
| 5 | tristate |
| 6 | |
Trond Myklebust | 9e00abc | 2011-07-13 19:20:49 -0400 | [diff] [blame] | 7 | config SUNRPC_BACKCHANNEL |
| 8 | bool |
| 9 | depends on SUNRPC |
| 10 | |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 11 | config SUNRPC_XPRT_RDMA |
| 12 | tristate |
Randy Dunlap | 55128bc | 2009-02-03 15:20:13 -0800 | [diff] [blame] | 13 | depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS && EXPERIMENTAL |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 14 | default SUNRPC && INFINIBAND |
| 15 | help |
J. Bruce Fields | ce0cf66 | 2008-11-02 16:18:08 -0500 | [diff] [blame] | 16 | This option allows the NFS client and server to support |
| 17 | an RDMA-enabled transport. |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 18 | |
| 19 | To compile RPC client RDMA transport support as a module, |
| 20 | choose M here: the module will be called xprtrdma. |
| 21 | |
| 22 | If unsure, say N. |
| 23 | |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 24 | config RPCSEC_GSS_KRB5 |
Trond Myklebust | e3b2854 | 2011-04-15 12:58:56 -0400 | [diff] [blame] | 25 | tristate "Secure RPC: Kerberos V mechanism" |
Trond Myklebust | df486a2 | 2010-08-17 17:42:45 -0400 | [diff] [blame] | 26 | depends on SUNRPC && CRYPTO |
Trond Myklebust | e3b2854 | 2011-04-15 12:58:56 -0400 | [diff] [blame] | 27 | depends on CRYPTO_MD5 && CRYPTO_DES && CRYPTO_CBC && CRYPTO_CTS |
| 28 | depends on CRYPTO_ECB && CRYPTO_HMAC && CRYPTO_SHA1 && CRYPTO_AES |
| 29 | depends on CRYPTO_ARC4 |
Trond Myklebust | df486a2 | 2010-08-17 17:42:45 -0400 | [diff] [blame] | 30 | default y |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 31 | select SUNRPC_GSS |
Alexey Dobriyan | 9098c24 | 2009-01-22 11:11:56 +0300 | [diff] [blame] | 32 | help |
| 33 | Choose Y here to enable Secure RPC using the Kerberos version 5 |
| 34 | GSS-API mechanism (RFC 1964). |
| 35 | |
| 36 | Secure RPC calls with Kerberos require an auxiliary user-space |
| 37 | daemon which may be found in the Linux nfs-utils package |
| 38 | available from http://linux-nfs.org/. In addition, user-space |
| 39 | Kerberos support should be installed. |
| 40 | |
Trond Myklebust | df486a2 | 2010-08-17 17:42:45 -0400 | [diff] [blame] | 41 | If unsure, say Y. |