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. 29d0f91938SErik Hugneconfig TIPC_MEDIA_UDP 30d0f91938SErik Hugne bool "IP/UDP media type support" 31d0f91938SErik Hugne depends on TIPC 32d0f91938SErik Hugne select NET_UDP_TUNNEL 33d0f91938SErik Hugne help 34d0f91938SErik Hugne Saying Y here will enable support for running TIPC over IP/UDP 35d0f91938SErik Hugne bool 36d0f91938SErik Hugne default y 37*c30b70deSGhantaKrishnamurthy MohanKrishna 38*c30b70deSGhantaKrishnamurthy MohanKrishnaconfig TIPC_DIAG 39*c30b70deSGhantaKrishnamurthy MohanKrishna tristate "TIPC: socket monitoring interface" 40*c30b70deSGhantaKrishnamurthy MohanKrishna depends on TIPC 41*c30b70deSGhantaKrishnamurthy MohanKrishna default y 42*c30b70deSGhantaKrishnamurthy MohanKrishna ---help--- 43*c30b70deSGhantaKrishnamurthy MohanKrishna Support for TIPC socket monitoring interface used by ss tool. 44*c30b70deSGhantaKrishnamurthy MohanKrishna If unsure, say Y. 45