xref: /linux/net/tipc/Kconfig (revision d0f91938bede204a343473792529e0db7d599836)
1b97bf3fdSPer Liden#
2b97bf3fdSPer Liden# TIPC configuration
3b97bf3fdSPer Liden#
4b97bf3fdSPer Liden
5a31b19c5SJan Engelhardtmenuconfig TIPC
6f887cc48SKees Cook	tristate "The TIPC Protocol"
7f887cc48SKees Cook	depends on INET
8b97bf3fdSPer Liden	---help---
9c11ac3f2SPer Liden	  The Transparent Inter Process Communication (TIPC) protocol is
10c11ac3f2SPer Liden	  specially designed for intra cluster communication. This protocol
11c11ac3f2SPer Liden	  originates from Ericsson where it has been used in carrier grade
12c11ac3f2SPer Liden	  cluster applications for many years.
13c11ac3f2SPer Liden
14c11ac3f2SPer Liden	  For more information about TIPC, see http://tipc.sourceforge.net.
15b97bf3fdSPer Liden
16b97bf3fdSPer Liden	  This protocol support is also available as a module ( = code which
17b97bf3fdSPer Liden	  can be inserted in and removed from the running kernel whenever you
18b97bf3fdSPer Liden	  want). The module will be called tipc. If you want to compile it
1939f5fb30SAlexander E. Patrakov	  as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
20b97bf3fdSPer Liden
21b97bf3fdSPer Liden	  If in doubt, say N.
22b97bf3fdSPer Liden
23a29a194aSPatrick McHardyconfig TIPC_MEDIA_IB
24a29a194aSPatrick McHardy	bool "InfiniBand media type support"
25a29a194aSPatrick McHardy	depends on TIPC && INFINIBAND_IPOIB
26a29a194aSPatrick McHardy	help
27a29a194aSPatrick McHardy	  Saying Y here will enable support for running TIPC on
28a29a194aSPatrick McHardy	  IP-over-InfiniBand devices.
29*d0f91938SErik Hugneconfig TIPC_MEDIA_UDP
30*d0f91938SErik Hugne	bool "IP/UDP media type support"
31*d0f91938SErik Hugne	depends on TIPC
32*d0f91938SErik Hugne	select NET_UDP_TUNNEL
33*d0f91938SErik Hugne	help
34*d0f91938SErik Hugne	  Saying Y here will enable support for running TIPC over IP/UDP
35*d0f91938SErik Hugne	bool
36*d0f91938SErik Hugne	default y
37