Blame view

net/rds/Kconfig 710 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
fe17f84f5   Andy Grover   RDS: Kconfig and ...
2
3
  
  config RDS
b0e0b0abb   Pavel Machek   net/rds: RDS is n...
4
  	tristate "The Reliable Datagram Sockets Protocol"
e65d4d963   Ka-Cheong Poon   rds: Remove IPv6 ...
5
  	depends on INET
a7f7f6248   Masahiro Yamada   treewide: replace...
6
  	help
40d866095   Andy Grover   RDS: Modularize R...
7
  	  The RDS (Reliable Datagram Sockets) protocol provides reliable,
dcdede040   santosh.shilimkar@oracle.com   RDS: Drop stale i...
8
  	  sequenced delivery of datagrams over Infiniband or TCP.
40d866095   Andy Grover   RDS: Modularize R...
9
10
  
  config RDS_RDMA
dcdede040   santosh.shilimkar@oracle.com   RDS: Drop stale i...
11
  	tristate "RDS over Infiniband"
533d1daea   Arnd Bergmann   IB: Revert "remov...
12
  	depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
a7f7f6248   Masahiro Yamada   treewide: replace...
13
  	help
dcdede040   santosh.shilimkar@oracle.com   RDS: Drop stale i...
14
  	  Allow RDS to use Infiniband as a transport.
40d866095   Andy Grover   RDS: Modularize R...
15
16
17
18
19
  	  This transport supports RDMA operations.
  
  config RDS_TCP
  	tristate "RDS over TCP"
  	depends on RDS
f6f7a26ab   Arnd Bergmann   rds: fix building...
20
  	depends on IPV6 || !IPV6
a7f7f6248   Masahiro Yamada   treewide: replace...
21
  	help
40d866095   Andy Grover   RDS: Modularize R...
22
23
  	  Allow RDS to use TCP as a transport.
  	  This transport does not support RDMA operations.
fe17f84f5   Andy Grover   RDS: Kconfig and ...
24
25
  
  config RDS_DEBUG
bf69abad2   Krzysztof Kozlowski   net: Fix Kconfig ...
26
  	bool "RDS debugging messages"
fe17f84f5   Andy Grover   RDS: Kconfig and ...
27
  	depends on RDS
bf69abad2   Krzysztof Kozlowski   net: Fix Kconfig ...
28
  	default n