aboutsummaryrefslogtreecommitdiff
path: root/net/rds/Kconfig
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-05-22 11:46:02 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-05-22 11:46:02 +0300
commitbb1cb08243ce4787a156c0d26470db8310bc10fc (patch)
treef07bfe6d94b969016c175ffd124861a23fdb90f5 /net/rds/Kconfig
Initial commit - BeagleBone Kernel20130521
based on https://github.com/beagleboard/kernel/tree/3.8 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'net/rds/Kconfig')
-rw-r--r--net/rds/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/net/rds/Kconfig b/net/rds/Kconfig
new file mode 100644
index 00000000..ec753b3a
--- /dev/null
+++ b/net/rds/Kconfig
@@ -0,0 +1,28 @@
+
+config RDS
+ tristate "The RDS Protocol (EXPERIMENTAL)"
+ depends on INET && EXPERIMENTAL
+ ---help---
+ The RDS (Reliable Datagram Sockets) protocol provides reliable,
+ sequenced delivery of datagrams over Infiniband, iWARP,
+ or TCP.
+
+config RDS_RDMA
+ tristate "RDS over Infiniband and iWARP"
+ depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
+ ---help---
+ Allow RDS to use Infiniband and iWARP as a transport.
+ This transport supports RDMA operations.
+
+config RDS_TCP
+ tristate "RDS over TCP"
+ depends on RDS
+ ---help---
+ Allow RDS to use TCP as a transport.
+ This transport does not support RDMA operations.
+
+config RDS_DEBUG
+ bool "RDS debugging messages"
+ depends on RDS
+ default n
+