aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/rds/Kconfig')
-rw-r--r--net/rds/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/rds/Kconfig b/net/rds/Kconfig
new file mode 100644
index 000000000000..63bd370ab6ee
--- /dev/null
+++ b/net/rds/Kconfig
@@ -0,0 +1,13 @@
1
2config RDS
3 tristate "Reliable Datagram Sockets (RDS) (EXPERIMENTAL)"
4 depends on INET && INFINIBAND_IPOIB && EXPERIMENTAL
5 ---help---
6 RDS provides reliable, sequenced delivery of datagrams
7 over Infiniband.
8
9config RDS_DEBUG
10 bool "Debugging messages"
11 depends on RDS
12 default n
13