aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2018-07-27 15:18:49 +0200
committerDavid S. Miller <davem@davemloft.net>2018-07-27 13:19:01 -0700
commit3e4e36436047155f67eafffe3062a09db1dff8df (patch)
tree4cf1142cb75caecb4e150e22453dcbe3b10713d4 /net/rds
parentMerge branch 'mlxsw-Support-DSCP-prioritization-and-rewrite' (diff)
downloadlinux-dev-3e4e36436047155f67eafffe3062a09db1dff8df.tar.xz
linux-dev-3e4e36436047155f67eafffe3062a09db1dff8df.zip
net/rds/Kconfig: Correct the RDS depends
Remove prefix 'CONFIG_' from CONFIG_IPV6 Fixes: ba7d7e2677c0 ("net/rds/Kconfig: RDS should depend on IPV6") Reported-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
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 607128f10bcd..4c7f2595d919 100644
--- a/net/rds/Kconfig
+++ b/net/rds/Kconfig
@@ -1,7 +1,7 @@
config RDS
tristate "The RDS Protocol"
- depends on INET && CONFIG_IPV6
+ depends on INET && IPV6
---help---
The RDS (Reliable Datagram Sockets) protocol provides reliable,
sequenced delivery of datagrams over Infiniband or TCP.