Blame view

net/sunrpc/Kconfig 1.1 KB
9098c24f3   Alexey Dobriyan   fs/Kconfig: move ...
1
2
3
4
5
  config SUNRPC
  	tristate
  
  config SUNRPC_GSS
  	tristate
9e00abc3c   Trond Myklebust   SUNRPC: sunrpc sh...
6
7
8
  config SUNRPC_BACKCHANNEL
  	bool
  	depends on SUNRPC
9098c24f3   Alexey Dobriyan   fs/Kconfig: move ...
9
10
  config SUNRPC_XPRT_RDMA
  	tristate
55128bc23   Randy Dunlap   sunrpc: fix rdma ...
11
  	depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS && EXPERIMENTAL
9098c24f3   Alexey Dobriyan   fs/Kconfig: move ...
12
13
  	default SUNRPC && INFINIBAND
  	help
ce0cf6622   J. Bruce Fields   nfs: note that CO...
14
15
  	  This option allows the NFS client and server to support
  	  an RDMA-enabled transport.
9098c24f3   Alexey Dobriyan   fs/Kconfig: move ...
16
17
18
19
20
  
  	  To compile RPC client RDMA transport support as a module,
  	  choose M here: the module will be called xprtrdma.
  
  	  If unsure, say N.
9098c24f3   Alexey Dobriyan   fs/Kconfig: move ...
21
  config RPCSEC_GSS_KRB5
e3b2854fa   Trond Myklebust   SUNRPC: Fix the S...
22
  	tristate "Secure RPC: Kerberos V mechanism"
df486a259   Trond Myklebust   NFS: Fix the sele...
23
  	depends on SUNRPC && CRYPTO
e3b2854fa   Trond Myklebust   SUNRPC: Fix the S...
24
25
26
  	depends on CRYPTO_MD5 && CRYPTO_DES && CRYPTO_CBC && CRYPTO_CTS
  	depends on CRYPTO_ECB && CRYPTO_HMAC && CRYPTO_SHA1 && CRYPTO_AES
  	depends on CRYPTO_ARC4
df486a259   Trond Myklebust   NFS: Fix the sele...
27
  	default y
9098c24f3   Alexey Dobriyan   fs/Kconfig: move ...
28
  	select SUNRPC_GSS
9098c24f3   Alexey Dobriyan   fs/Kconfig: move ...
29
30
31
32
33
34
35
36
  	help
  	  Choose Y here to enable Secure RPC using the Kerberos version 5
  	  GSS-API mechanism (RFC 1964).
  
  	  Secure RPC calls with Kerberos require an auxiliary user-space
  	  daemon which may be found in the Linux nfs-utils package
  	  available from http://linux-nfs.org/.  In addition, user-space
  	  Kerberos support should be installed.
df486a259   Trond Myklebust   NFS: Fix the sele...
37
  	  If unsure, say Y.