1 2config RDS 3 tristate "The Reliable Datagram Sockets Protocol" 4 depends on INET 5 ---help--- 6 The RDS (Reliable Datagram Sockets) protocol provides reliable, 7 sequenced delivery of datagrams over Infiniband or TCP. 8 9config RDS_RDMA 10 tristate "RDS over Infiniband" 11 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS 12 ---help--- 13 Allow RDS to use Infiniband as a transport. 14 This transport supports RDMA operations. 15 16config RDS_TCP 17 tristate "RDS over TCP" 18 depends on RDS 19 depends on IPV6 || !IPV6 20 ---help--- 21 Allow RDS to use TCP as a transport. 22 This transport does not support RDMA operations. 23 24config RDS_DEBUG 25 bool "RDS debugging messages" 26 depends on RDS 27 default n 28