xref: /linux/net/tipc/Kconfig (revision e0bf6c5ca2d3281f231c5f0c9bf145e9513644de)
1#
2# TIPC configuration
3#
4
5menuconfig TIPC
6	tristate "The TIPC Protocol"
7	depends on INET
8	---help---
9	  The Transparent Inter Process Communication (TIPC) protocol is
10	  specially designed for intra cluster communication. This protocol
11	  originates from Ericsson where it has been used in carrier grade
12	  cluster applications for many years.
13
14	  For more information about TIPC, see http://tipc.sourceforge.net.
15
16	  This protocol support is also available as a module ( = code which
17	  can be inserted in and removed from the running kernel whenever you
18	  want). The module will be called tipc. If you want to compile it
19	  as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
20
21	  If in doubt, say N.
22
23config TIPC_MEDIA_IB
24	bool "InfiniBand media type support"
25	depends on TIPC && INFINIBAND_IPOIB
26	help
27	  Saying Y here will enable support for running TIPC on
28	  IP-over-InfiniBand devices.
29