aboutsummaryrefslogtreecommitdiff
path: root/net/rds
diff options
context:
space:
mode:
authorIngo Molnar2018-05-25 08:04:39 +0200
committerIngo Molnar2018-05-25 08:04:39 +0200
commit0548dc5cde19e88b8495cb74e3893d8c8713392a (patch)
tree69dd6c504d7ef286b0241e9f1a57bac60302810c /net/rds
parentbb4e30a48045c9cc16c4efe447489542750397cc (diff)
parent4ff648decf4712d39f184fc2df3163f43975575a (diff)
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
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.