blob: c25a3a149dc4e6d50b20f2ba3ffc5a77d213fdde [file] [log] [blame]
Per Lidenb97bf3f2006-01-02 19:04:38 +01001#
2# TIPC configuration
3#
4
Jan Engelhardta31b19c2007-05-23 14:49:38 -07005menuconfig TIPC
Kees Cookf887cc42012-10-02 11:20:02 -07006 tristate "The TIPC Protocol"
7 depends on INET
Per Lidenb97bf3f2006-01-02 19:04:38 +01008 ---help---
Per Lidenc11ac3f2006-01-16 16:32:18 +01009 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.
Allan Stephens7981d6f2010-01-19 14:23:57 -080013
Per Lidenc11ac3f2006-01-16 16:32:18 +010014 For more information about TIPC, see http://tipc.sourceforge.net.
Per Lidenb97bf3f2006-01-02 19:04:38 +010015
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
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +050019 as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
Per Lidenb97bf3f2006-01-02 19:04:38 +010020
21 If in doubt, say N.
22
Patrick McHardya29a1942013-04-17 06:18:28 +000023config 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.
Erik Hugned0f91932015-03-05 10:23:49 +010029config TIPC_MEDIA_UDP
30 bool "IP/UDP media type support"
31 depends on TIPC
32 select NET_UDP_TUNNEL
33 help
34 Saying Y here will enable support for running TIPC over IP/UDP
35 bool
36 default y