net, rds, Replace xlist in net/rds/xlist.h with llist
[pandora-kernel.git] / net / rds / Kconfig
1
2 config RDS
3         tristate "The RDS Protocol (EXPERIMENTAL)"
4         depends on INET && EXPERIMENTAL
5         ---help---
6           The RDS (Reliable Datagram Sockets) protocol provides reliable,
7           sequenced delivery of datagrams over Infiniband, iWARP,
8           or TCP.
9
10 config RDS_RDMA
11         tristate "RDS over Infiniband and iWARP"
12         select LLIST
13         depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
14         ---help---
15           Allow RDS to use Infiniband and iWARP as a transport.
16           This transport supports RDMA operations.
17
18 config RDS_TCP
19         tristate "RDS over TCP"
20         depends on RDS
21         ---help---
22           Allow RDS to use TCP as a transport.
23           This transport does not support RDMA operations.
24
25 config RDS_DEBUG
26         bool "RDS debugging messages"
27         depends on RDS
28         default n
29