diff mbox series

net/rds/Kconfig: Correct the RDS depends

Message ID 20180727131849.18488-1-anders.roxell@linaro.org
State Accepted
Commit 3e4e36436047155f67eafffe3062a09db1dff8df
Headers show
Series net/rds/Kconfig: Correct the RDS depends | expand

Commit Message

Anders Roxell July 27, 2018, 1:18 p.m. UTC
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>

---
 net/rds/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.18.0

Comments

Eric Dumazet July 27, 2018, 3:03 p.m. UTC | #1
On 07/27/2018 06:18 AM, Anders Roxell wrote:
> 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>

> ---


SGTM, thanks !

Reviewed-by: Eric Dumazet <edumazet@google.com>
David Miller July 27, 2018, 8:19 p.m. UTC | #2
From: Anders Roxell <anders.roxell@linaro.org>

Date: Fri, 27 Jul 2018 15:18:49 +0200

> 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>


Oops, applied :)
diff mbox series

Patch

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.