From: Anders Roxell Date: Fri, 27 Jul 2018 13:18:49 +0000 (+0200) Subject: net/rds/Kconfig: Correct the RDS depends X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3e4e36436047155f67eafffe3062a09db1dff8df;p=linux.git 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 Signed-off-by: Anders Roxell Reviewed-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/net/rds/Kconfig b/net/rds/Kconfig index 607128f10bcda..4c7f2595d9196 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.