]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
net/rds/Kconfig: Correct the RDS depends
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 27 Jul 2018 13:18:49 +0000 (15:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jul 2018 20:19:01 +0000 (13:19 -0700)
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>
net/rds/Kconfig

index 607128f10bcdaa0eb3f453b05d1a93e506d7ab9e..4c7f2595d919624996ec20d002e6f0437452dc65 100644 (file)
@@ -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.