diff options
author | \"Talpey, Thomas\ <Thomas.Talpey@netapp.com> | 2007-09-20 17:37:58 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-10-09 17:18:11 -0400 |
commit | 113632d00acb569420b14eb7575833ac7e2eb311 (patch) | |
tree | ced98505cd004b89fb9569f64b7e9024b8c817a4 /fs/Kconfig | |
parent | c56c65fb67d6461f6059dd83b1750a1973a91185 (diff) | |
download | linux-113632d00acb569420b14eb7575833ac7e2eb311.tar.bz2 |
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 <talpey@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index b9808bba5722..860ea8d1e475 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 |