Input: edt-ft5x06 - fix access to non-existing register
[linux-2.6/btrfs-unstable.git] / net / rds / Kconfig
blobbffde4b46c5d2058027da6158c6d780edde78950
2 config RDS
3         tristate "The RDS Protocol"
4         depends on INET
5         ---help---
6           The RDS (Reliable Datagram Sockets) protocol provides reliable,
7           sequenced delivery of datagrams over Infiniband or TCP.
9 config RDS_RDMA
10         tristate "RDS over Infiniband"
11         depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
12         ---help---
13           Allow RDS to use Infiniband as a transport.
14           This transport supports RDMA operations.
16 config RDS_TCP
17         tristate "RDS over TCP"
18         depends on RDS
19         ---help---
20           Allow RDS to use TCP as a transport.
21           This transport does not support RDMA operations.
23 config RDS_DEBUG
24         bool "RDS debugging messages"
25         depends on RDS
26         default n