aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/rds/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rds/Kconfig b/net/rds/Kconfig
index 41f75563b54b..01b3bd6a3708 100644
--- a/net/rds/Kconfig
+++ b/net/rds/Kconfig
@@ -16,6 +16,7 @@ config RDS_RDMA
16config RDS_TCP 16config RDS_TCP
17 tristate "RDS over TCP" 17 tristate "RDS over TCP"
18 depends on RDS 18 depends on RDS
19 depends on IPV6 || !IPV6
19 ---help--- 20 ---help---
20 Allow RDS to use TCP as a transport. 21 Allow RDS to use TCP as a transport.
21 This transport does not support RDMA operations. 22 This transport does not support RDMA operations.