1 # SPDX-License-Identifier: GPL-2.0-only
7 tristate "The TIPC Protocol"
9 depends on IPV6 || IPV6=n
11 The Transparent Inter Process Communication (TIPC) protocol is
12 specially designed for intra cluster communication. This protocol
13 originates from Ericsson where it has been used in carrier grade
14 cluster applications for many years.
16 For more information about TIPC, see http://tipc.sourceforge.net.
18 This protocol support is also available as a module ( = code which
19 can be inserted in and removed from the running kernel whenever you
20 want). The module will be called tipc. If you want to compile it
21 as a module, say M here and read <file:Documentation/kbuild/modules.rst>.
26 bool "InfiniBand media type support"
27 depends on TIPC && INFINIBAND_IPOIB
29 Saying Y here will enable support for running TIPC on
30 IP-over-InfiniBand devices.
32 bool "IP/UDP media type support"
36 Saying Y here will enable support for running TIPC over IP/UDP
40 bool "TIPC encryption support"
46 Saying Y here will enable support for TIPC encryption.
47 All TIPC messages will be encrypted/decrypted by using the currently most
48 advanced algorithm: AEAD AES-GCM (like IPSec or TLS) before leaving/
49 entering the TIPC stack.
50 Key setting from user-space is performed via netlink by a user program
51 (e.g. the iproute2 'tipc' tool).
56 tristate "TIPC: socket monitoring interface"
60 Support for TIPC socket monitoring interface used by ss tool.