7 config SUNRPC_XPRT_RDMA
9 depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS && EXPERIMENTAL
10 default SUNRPC && INFINIBAND
12 This option allows the NFS client and server to support
13 an RDMA-enabled transport.
15 To compile RPC client RDMA transport support as a module,
16 choose M here: the module will be called xprtrdma.
20 config RPCSEC_GSS_KRB5
21 tristate "Secure RPC: Kerberos V mechanism (EXPERIMENTAL)"
22 depends on SUNRPC && EXPERIMENTAL
29 Choose Y here to enable Secure RPC using the Kerberos version 5
30 GSS-API mechanism (RFC 1964).
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.
39 config RPCSEC_GSS_SPKM3
40 tristate "Secure RPC: SPKM3 mechanism (EXPERIMENTAL)"
41 depends on SUNRPC && EXPERIMENTAL
49 Choose Y here to enable Secure RPC using the SPKM3 public key
50 GSS-API mechanism (RFC 2025).
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/.