Kconfig (51f98a8d70583b18cb08b19353aeed5efb0244af) Kconfig (8f92df6ad49da958d97e171762d0a97a3dc738f1)
1#
2# TIPC configuration
3#
4
5menuconfig TIPC
6 tristate "The TIPC Protocol (EXPERIMENTAL)"
7 depends on INET && EXPERIMENTAL
8 ---help---

--- 15 unchanged lines hidden (view full) ---

24
25config TIPC_ADVANCED
26 bool "Advanced TIPC configuration"
27 default n
28 help
29 Saying Y here will open some advanced configuration for TIPC.
30 Most users do not need to bother; if unsure, just say N.
31
1#
2# TIPC configuration
3#
4
5menuconfig TIPC
6 tristate "The TIPC Protocol (EXPERIMENTAL)"
7 depends on INET && EXPERIMENTAL
8 ---help---

--- 15 unchanged lines hidden (view full) ---

24
25config TIPC_ADVANCED
26 bool "Advanced TIPC configuration"
27 default n
28 help
29 Saying Y here will open some advanced configuration for TIPC.
30 Most users do not need to bother; if unsure, just say N.
31
32config TIPC_CLUSTERS
33 int "Maximum number of clusters in a zone"
34 depends on TIPC_ADVANCED
35 range 1 1
36 default "1"
37 help
38 Specifies how many clusters can be supported in a TIPC zone.
39
40 *** Currently TIPC only supports a single cluster per zone. ***
41
42config TIPC_NODES
43 int "Maximum number of nodes in a cluster"
44 depends on TIPC_ADVANCED
45 range 8 2047
46 default "255"
47 help
48 Specifies how many nodes can be supported in a TIPC cluster.
49 Can range from 8 to 2047 nodes; default is 255.

--- 39 unchanged lines hidden ---
32config TIPC_NODES
33 int "Maximum number of nodes in a cluster"
34 depends on TIPC_ADVANCED
35 range 8 2047
36 default "255"
37 help
38 Specifies how many nodes can be supported in a TIPC cluster.
39 Can range from 8 to 2047 nodes; default is 255.

--- 39 unchanged lines hidden ---