]> Pileus Git - ~andy/linux/blob - net/sunrpc/Kconfig
sunrpc: drop "select NETVM"
[~andy/linux] / net / sunrpc / Kconfig
1 config SUNRPC
2         tristate
3
4 config SUNRPC_GSS
5         tristate
6
7 config SUNRPC_BACKCHANNEL
8         bool
9         depends on SUNRPC
10
11 config SUNRPC_XPRT_RDMA
12         tristate
13         depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS
14         default SUNRPC && INFINIBAND
15         help
16           This option allows the NFS client and server to support
17           an RDMA-enabled transport.
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
24 config SUNRPC_SWAP
25         bool
26         depends on SUNRPC
27
28 config RPCSEC_GSS_KRB5
29         tristate "Secure RPC: Kerberos V mechanism"
30         depends on SUNRPC && CRYPTO
31         depends on CRYPTO_MD5 && CRYPTO_DES && CRYPTO_CBC && CRYPTO_CTS
32         depends on CRYPTO_ECB && CRYPTO_HMAC && CRYPTO_SHA1 && CRYPTO_AES
33         depends on CRYPTO_ARC4
34         default y
35         select SUNRPC_GSS
36         help
37           Choose Y here to enable Secure RPC using the Kerberos version 5
38           GSS-API mechanism (RFC 1964).
39
40           Secure RPC calls with Kerberos require an auxiliary user-space
41           daemon which may be found in the Linux nfs-utils package
42           available from http://linux-nfs.org/.  In addition, user-space
43           Kerberos support should be installed.
44
45           If unsure, say Y.
46
47 config SUNRPC_DEBUG
48         bool "RPC: Enable dprintk debugging"
49         depends on SUNRPC && SYSCTL
50         help
51           This option enables a sysctl-based debugging interface
52           that is be used by the 'rpcdebug' utility to turn on or off
53           logging of different aspects of the kernel RPC activity.
54
55           Disabling this option will make your kernel slightly smaller,
56           but makes troubleshooting NFS issues significantly harder.
57
58           If unsure, say Y.