net/sunrpc: remove depends on CONFIG_EXPERIMENTAL
[deliverable/linux.git] / net / tipc / Kconfig
CommitLineData
b97bf3fd
PL
1#
2# TIPC configuration
3#
4
a31b19c5 5menuconfig TIPC
b97bf3fd 6 tristate "The TIPC Protocol (EXPERIMENTAL)"
a31b19c5 7 depends on INET && EXPERIMENTAL
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
b97bf3fd
PL
23config TIPC_PORTS
24 int "Maximum number of ports in a node"
94fc9c47 25 depends on TIPC
7981d6f6 26 range 127 65535
b97bf3fd
PL
27 default "8191"
28 help
7981d6f6
AS
29 Specifies how many ports can be supported by a node.
30 Can range from 127 to 65535 ports; default is 8191.
b97bf3fd 31
0e65967e 32 Setting this to a smaller value saves some memory,
7981d6f6 33 setting it to higher allows for more ports.
This page took 0.727056 seconds and 5 git commands to generate.