hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/rds/Kconfig
....@@ -1,15 +1,16 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12
23 config RDS
34 tristate "The Reliable Datagram Sockets Protocol"
45 depends on INET
5
- ---help---
6
+ help
67 The RDS (Reliable Datagram Sockets) protocol provides reliable,
78 sequenced delivery of datagrams over Infiniband or TCP.
89
910 config RDS_RDMA
1011 tristate "RDS over Infiniband"
1112 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
12
- ---help---
13
+ help
1314 Allow RDS to use Infiniband as a transport.
1415 This transport supports RDMA operations.
1516
....@@ -17,11 +18,11 @@
1718 tristate "RDS over TCP"
1819 depends on RDS
1920 depends on IPV6 || !IPV6
20
- ---help---
21
+ help
2122 Allow RDS to use TCP as a transport.
2223 This transport does not support RDMA operations.
2324
2425 config RDS_DEBUG
25
- bool "RDS debugging messages"
26
+ bool "RDS debugging messages"
2627 depends on RDS
27
- default n
28
+ default n