Blame view

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