10 config SUNRPC_BACKCHANNEL
18 config RPCSEC_GSS_KRB5
19 tristate "Secure RPC: Kerberos V mechanism"
20 depends on SUNRPC && CRYPTO
21 depends on CRYPTO_MD5 && CRYPTO_DES && CRYPTO_CBC && CRYPTO_CTS
22 depends on CRYPTO_ECB && CRYPTO_HMAC && CRYPTO_SHA1 && CRYPTO_AES
23 depends on CRYPTO_ARC4
27 Choose Y here to enable Secure RPC using the Kerberos version 5
28 GSS-API mechanism (RFC 1964).
30 Secure RPC calls with Kerberos require an auxiliary user-space
31 daemon which may be found in the Linux nfs-utils package
32 available from http://linux-nfs.org/. In addition, user-space
33 Kerberos support should be installed.
38 bool "RPC: Enable dprintk debugging"
39 depends on SUNRPC && SYSCTL
42 This option enables a sysctl-based debugging interface
43 that is be used by the 'rpcdebug' utility to turn on or off
44 logging of different aspects of the kernel RPC activity.
46 Disabling this option will make your kernel slightly smaller,
47 but makes troubleshooting NFS issues significantly harder.
51 config SUNRPC_XPRT_RDMA_CLIENT
52 tristate "RPC over RDMA Client Support"
53 depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS
54 default SUNRPC && INFINIBAND
56 This option allows the NFS client to support an RDMA-enabled
59 To compile RPC client RDMA transport support as a module,
60 choose M here: the module will be called xprtrdma.
64 config SUNRPC_XPRT_RDMA_SERVER
65 tristate "RPC over RDMA Server Support"
66 depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS
67 default SUNRPC && INFINIBAND
69 This option allows the NFS server to support an RDMA-enabled
72 To compile RPC server RDMA transport support as a module,
73 choose M here: the module will be called svcrdma.