# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_TIPC[0m configuration # menuconfig [31mCONFIG_TIPC[0m tristate "The TIPC Protocol" depends on [31mCONFIG_INET[0m ---help--- The Transparent Inter Process Communication ([31mCONFIG_TIPC[0m) 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 [31mCONFIG_TIPC[0m, 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 want). The module will be called tipc. If you want to compile it as a module, say [31mCONFIG_M[0m here and read <file:Documentation/kbuild/modules.rst>. If in doubt, say N. config [31mCONFIG_TIPC_MEDIA_IB[0m bool "InfiniBand media type support" depends on [31mCONFIG_TIPC[0m && [31mCONFIG_INFINIBAND_IPOIB[0m help Saying Y here will enable support for running [31mCONFIG_TIPC[0m on IP-over-InfiniBand devices. config [31mCONFIG_TIPC_MEDIA_UDP[0m bool "IP/UDP media type support" depends on [31mCONFIG_TIPC[0m select [31mCONFIG_NET_UDP_TUNNEL[0m help Saying Y here will enable support for running [31mCONFIG_TIPC[0m over IP/UDP bool default y config [31mCONFIG_TIPC_DIAG[0m tristate "TIPC: socket monitoring interface" depends on [31mCONFIG_TIPC[0m default y ---help--- Support for [31mCONFIG_TIPC[0m socket monitoring interface used by ss tool. If unsure, say Y. |