summaryrefslogtreecommitdiff
path: root/net/rds
diff options
context:
space:
mode:
authorGreg Thelen <gthelen@google.com>2018-05-03 20:29:19 -0700
committerDoug Ledford <dledford@redhat.com>2018-05-09 08:51:03 -0400
commit9533b292a7acc62c294ebcbd9e1f9f9d52adb10b (patch)
tree0f0cc5b5c91c47f049a21c5c683f89787eeb5f39 /net/rds
parent9aa169213d1166d30ae357a44abbeae93459339d (diff)
IB: remove redundant INFINIBAND kconfig dependencies
INFINIBAND_ADDR_TRANS depends on INFINIBAND. So there's no need for options which depend INFINIBAND_ADDR_TRANS to also depend on INFINIBAND. Remove the unnecessary INFINIBAND depends. Signed-off-by: Greg Thelen <gthelen@google.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'net/rds')
-rw-r--r--net/rds/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/Kconfig b/net/rds/Kconfig
index bffde4b46c5d..1a31502ee7db 100644
--- a/net/rds/Kconfig
+++ b/net/rds/Kconfig
@@ -8,7 +8,7 @@ config RDS
config RDS_RDMA
tristate "RDS over Infiniband"
- depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
+ depends on RDS && INFINIBAND_ADDR_TRANS
---help---
Allow RDS to use Infiniband as a transport.
This transport supports RDMA operations.