Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / net / rds / Kconfig
diff --git a/kernel/net/rds/Kconfig b/kernel/net/rds/Kconfig
new file mode 100644 (file)
index 0000000..f2c670b
--- /dev/null
@@ -0,0 +1,28 @@
+
+config RDS
+       tristate "The RDS Protocol"
+       depends on INET
+       ---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
+