From: Per Liden Date: Mon, 16 Jan 2006 15:32:18 +0000 (+0100) Subject: [TIPC] Add help text for TIPC configuration option X-Git-Tag: firefly_0821_release~38720^2~2^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c11ac3f236d73dd00c21ab4f06166606dea71ef3;p=firefly-linux-kernel-4.4.55.git [TIPC] Add help text for TIPC configuration option Signed-off-by: Per Liden --- 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