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