Kconfig (5b79c2af667c0e2684f2a6dbf6439074b78f490c) | Kconfig (533d1daea8d8a389b37207ad7b50c4e750969231) |
---|---|
1config SUNRPC 2 tristate 3 depends on MULTIUSER 4 5config SUNRPC_GSS 6 tristate 7 select OID_REGISTRY 8 depends on MULTIUSER --- 36 unchanged lines hidden (view full) --- 45 46 Disabling this option will make your kernel slightly smaller, 47 but makes troubleshooting NFS issues significantly harder. 48 49 If unsure, say Y. 50 51config SUNRPC_XPRT_RDMA 52 tristate "RPC-over-RDMA transport" | 1config SUNRPC 2 tristate 3 depends on MULTIUSER 4 5config SUNRPC_GSS 6 tristate 7 select OID_REGISTRY 8 depends on MULTIUSER --- 36 unchanged lines hidden (view full) --- 45 46 Disabling this option will make your kernel slightly smaller, 47 but makes troubleshooting NFS issues significantly harder. 48 49 If unsure, say Y. 50 51config SUNRPC_XPRT_RDMA 52 tristate "RPC-over-RDMA transport" |
53 depends on SUNRPC && INFINIBAND_ADDR_TRANS | 53 depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS |
54 default SUNRPC && INFINIBAND 55 select SG_POOL 56 help 57 This option allows the NFS client and server to use RDMA 58 transports (InfiniBand, iWARP, or RoCE). 59 60 To compile this support as a module, choose M. The module 61 will be called rpcrdma.ko. 62 63 If unsure, or you know there is no RDMA capability on your 64 hardware platform, say N. | 54 default SUNRPC && INFINIBAND 55 select SG_POOL 56 help 57 This option allows the NFS client and server to use RDMA 58 transports (InfiniBand, iWARP, or RoCE). 59 60 To compile this support as a module, choose M. The module 61 will be called rpcrdma.ko. 62 63 If unsure, or you know there is no RDMA capability on your 64 hardware platform, say N. |