1 # SPDX-License-Identifier: GPL-2.0-only << 2 1 3 config RDS 2 config RDS 4 tristate "The Reliable Datagram Socket !! 3 tristate "The RDS Protocol" 5 depends on INET 4 depends on INET 6 help !! 5 ---help--- 7 The RDS (Reliable Datagram Sockets) 6 The RDS (Reliable Datagram Sockets) protocol provides reliable, 8 sequenced delivery of datagrams over !! 7 sequenced delivery of datagrams over Infiniband, iWARP, >> 8 or TCP. 9 9 10 config RDS_RDMA 10 config RDS_RDMA 11 tristate "RDS over Infiniband" !! 11 tristate "RDS over Infiniband and iWARP" 12 depends on RDS && INFINIBAND && INFINI 12 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS 13 help !! 13 ---help--- 14 Allow RDS to use Infiniband as a tra !! 14 Allow RDS to use Infiniband and iWARP as a transport. 15 This transport supports RDMA operati 15 This transport supports RDMA operations. 16 16 17 config RDS_TCP 17 config RDS_TCP 18 tristate "RDS over TCP" 18 tristate "RDS over TCP" 19 depends on RDS 19 depends on RDS 20 depends on IPV6 || !IPV6 !! 20 ---help--- 21 help << 22 Allow RDS to use TCP as a transport. 21 Allow RDS to use TCP as a transport. 23 This transport does not support RDMA 22 This transport does not support RDMA operations. 24 23 25 config RDS_DEBUG 24 config RDS_DEBUG 26 bool "RDS debugging messages" !! 25 bool "RDS debugging messages" 27 depends on RDS 26 depends on RDS 28 default n !! 27 default n 29 28 30 config GCOV_PROFILE_RDS << 31 bool "Enable GCOV profiling on RDS" << 32 depends on GCOV_KERNEL << 33 help << 34 Enable GCOV profiling on RDS for che << 35 are executed. << 36 << 37 If unsure, say N. <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.