]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - net/tipc/Kconfig
UBUNTU: [Debian] config-check -- Make it easier to find annotations syntax errors
[mirror_ubuntu-zesty-kernel.git] / net / tipc / Kconfig
CommitLineData
b97bf3fd
PL
1#
2# TIPC configuration
3#
4
a31b19c5 5menuconfig TIPC
f887cc48
KC
6 tristate "The TIPC Protocol"
7 depends on INET
b97bf3fd 8 ---help---
c11ac3f2
PL
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.
7981d6f6 13
c11ac3f2 14 For more information about TIPC, see http://tipc.sourceforge.net.
b97bf3fd
PL
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
39f5fb30 19 as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
b97bf3fd
PL
20
21 If in doubt, say N.
22
a29a194a
PM
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.
d0f91938
EH
29config 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