diff options
| author | Anders Roxell <[email protected]> | 2018-07-27 15:18:49 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-07-27 13:19:01 -0700 |
| commit | 3e4e36436047155f67eafffe3062a09db1dff8df (patch) | |
| tree | 4cf1142cb75caecb4e150e22453dcbe3b10713d4 | |
| parent | 2e279c930990930953baefb0665ac7dbd16b9aa7 (diff) | |
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 <[email protected]>
Signed-off-by: Anders Roxell <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | net/rds/Kconfig | 2 |
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. |