mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 04:06:03 +07:00
3e4e364360
Remove prefix 'CONFIG_' from CONFIG_IPV6
Fixes: ba7d7e2677
("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>
27 lines
662 B
Plaintext
27 lines
662 B
Plaintext
|
|
config RDS
|
|
tristate "The RDS Protocol"
|
|
depends on INET && IPV6
|
|
---help---
|
|
The RDS (Reliable Datagram Sockets) protocol provides reliable,
|
|
sequenced delivery of datagrams over Infiniband or TCP.
|
|
|
|
config RDS_RDMA
|
|
tristate "RDS over Infiniband"
|
|
depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
|
|
---help---
|
|
Allow RDS to use Infiniband as a transport.
|
|
This transport supports RDMA operations.
|
|
|
|
config RDS_TCP
|
|
tristate "RDS over TCP"
|
|
depends on RDS
|
|
---help---
|
|
Allow RDS to use TCP as a transport.
|
|
This transport does not support RDMA operations.
|
|
|
|
config RDS_DEBUG
|
|
bool "RDS debugging messages"
|
|
depends on RDS
|
|
default n
|