From 113632d00acb569420b14eb7575833ac7e2eb311 Mon Sep 17 00:00:00 2001 From: "\\\"Talpey, Thomas\\" Date: Thu, 20 Sep 2007 17:37:58 -0400 Subject: [PATCH] SUNRPC: Add RDMA dependency to SUNRPC_XPRT_RDMA Add a dependency on RDMA before enabling SUNRPC_XPRT_RDMA Yes, "INFINIBAND" also turns on iWARP and other RDMA support. Signed-off-by: Tom Talpey Signed-off-by: Trond Myklebust --- fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/Kconfig b/fs/Kconfig index b9808bba57..860ea8d1e4 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1730,7 +1730,7 @@ config SUNRPC_GSS config SUNRPC_XPRT_RDMA tristate "RDMA transport for sunrpc (EXPERIMENTAL)" - depends on SUNRPC && EXPERIMENTAL + depends on SUNRPC && INFINIBAND && EXPERIMENTAL default m help Adds a client RPC transport for supporting kernel NFS over RDMA -- 2.39.2