Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2 | # |
| 3 | # TIPC configuration |
| 4 | # |
| 5 | |
Jan Engelhardt | a31b19c | 2007-05-23 14:49:38 -0700 | [diff] [blame] | 6 | menuconfig TIPC |
Kees Cook | f887cc4 | 2012-10-02 11:20:02 -0700 | [diff] [blame] | 7 | tristate "The TIPC Protocol" |
| 8 | depends on INET |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 9 | ---help--- |
Per Liden | c11ac3f | 2006-01-16 16:32:18 +0100 | [diff] [blame] | 10 | The Transparent Inter Process Communication (TIPC) protocol is |
| 11 | specially designed for intra cluster communication. This protocol |
| 12 | originates from Ericsson where it has been used in carrier grade |
| 13 | cluster applications for many years. |
Allan Stephens | 7981d6f | 2010-01-19 14:23:57 -0800 | [diff] [blame] | 14 | |
Per Liden | c11ac3f | 2006-01-16 16:32:18 +0100 | [diff] [blame] | 15 | For more information about TIPC, see http://tipc.sourceforge.net. |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 16 | |
| 17 | This protocol support is also available as a module ( = code which |
| 18 | can be inserted in and removed from the running kernel whenever you |
| 19 | want). The module will be called tipc. If you want to compile it |
Mauro Carvalho Chehab | cd238ef | 2019-06-12 14:52:48 -0300 | [diff] [blame] | 20 | as a module, say M here and read <file:Documentation/kbuild/modules.rst>. |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 21 | |
| 22 | If in doubt, say N. |
| 23 | |
Patrick McHardy | a29a194 | 2013-04-17 06:18:28 +0000 | [diff] [blame] | 24 | config TIPC_MEDIA_IB |
| 25 | bool "InfiniBand media type support" |
| 26 | depends on TIPC && INFINIBAND_IPOIB |
| 27 | help |
| 28 | Saying Y here will enable support for running TIPC on |
| 29 | IP-over-InfiniBand devices. |
Erik Hugne | d0f9193 | 2015-03-05 10:23:49 +0100 | [diff] [blame] | 30 | config TIPC_MEDIA_UDP |
| 31 | bool "IP/UDP media type support" |
| 32 | depends on TIPC |
| 33 | select NET_UDP_TUNNEL |
| 34 | help |
| 35 | Saying Y here will enable support for running TIPC over IP/UDP |
| 36 | bool |
| 37 | default y |
GhantaKrishnamurthy MohanKrishna | c30b70d | 2018-03-21 14:37:44 +0100 | [diff] [blame] | 38 | |
| 39 | config TIPC_DIAG |
| 40 | tristate "TIPC: socket monitoring interface" |
| 41 | depends on TIPC |
| 42 | default y |
| 43 | ---help--- |
| 44 | Support for TIPC socket monitoring interface used by ss tool. |
| 45 | If unsure, say Y. |