summary refs log tree commit diff
path: root/net/tipc/Kconfig
diff options
context:
space:
mode:
authorPer Liden <per.liden@ericsson.com>2006-01-16 16:32:18 +0100
committerPer Liden <per.liden@ericsson.com>2006-01-18 00:45:15 +0100
commitc11ac3f236d73dd00c21ab4f06166606dea71ef3 (patch)
tree3cf6098061e418c06cf4d6f25fd1a755d1a13d01 /net/tipc/Kconfig
parent50f9bcddf8be147678c2d4ef8ac5279222d0ae3a (diff)
downloadlinux-c11ac3f236d73dd00c21ab4f06166606dea71ef3.tar.gz
[TIPC] Add help text for TIPC configuration option
Signed-off-by: Per Liden <per.liden@ericsson.com>
Diffstat (limited to 'net/tipc/Kconfig')
-rw-r--r--net/tipc/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/tipc/Kconfig b/net/tipc/Kconfig
index 05ab18e62dee..3891cc00087d 100644
--- a/net/tipc/Kconfig
+++ b/net/tipc/Kconfig
@@ -8,7 +8,12 @@ menu "TIPC Configuration (EXPERIMENTAL)"
 config TIPC
 	tristate "The TIPC Protocol (EXPERIMENTAL)"
 	---help---
-	  TBD.
+	  The Transparent Inter Process Communication (TIPC) protocol is
+	  specially designed for intra cluster communication. This protocol
+	  originates from Ericsson where it has been used in carrier grade
+	  cluster applications for many years.
+	
+	  For more information about TIPC, see http://tipc.sourceforge.net.
 
 	  This protocol support is also available as a module ( = code which
 	  can be inserted in and removed from the running kernel whenever you