Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56975
b: refs/heads/master
c: a31b19c
h: refs/heads/master
i:
  56973: e7fad11
  56971: 0ab5ca1
  56967: c16d6d3
  56959: 50ef9f1
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed May 24, 2007
1 parent 53cdce8 commit 4363463
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29e32ccdec8574aa5b6e0b6b555815dbb62591e1
refs/heads/master: a31b19c514664b8161b956f8da45d8a9166da0c6
24 changes: 11 additions & 13 deletions trunk/net/tipc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# TIPC configuration
#

menu "TIPC Configuration (EXPERIMENTAL)"
depends on INET && EXPERIMENTAL

config TIPC
menuconfig TIPC
tristate "The TIPC Protocol (EXPERIMENTAL)"
depends on INET && EXPERIMENTAL
---help---
The Transparent Inter Process Communication (TIPC) protocol is
specially designed for intra cluster communication. This protocol
Expand All @@ -22,9 +20,10 @@ config TIPC

If in doubt, say N.

if TIPC

config TIPC_ADVANCED
bool "TIPC: Advanced configuration"
depends on TIPC
default n
help
Saying Y here will open some advanced configuration
Expand All @@ -33,7 +32,7 @@ config TIPC_ADVANCED

config TIPC_ZONES
int "Maximum number of zones in network"
depends on TIPC && TIPC_ADVANCED
depends on TIPC_ADVANCED
default "3"
help
Max number of zones inside TIPC network. Max supported value
Expand All @@ -44,7 +43,7 @@ config TIPC_ZONES

config TIPC_CLUSTERS
int "Maximum number of clusters in a zone"
depends on TIPC && TIPC_ADVANCED
depends on TIPC_ADVANCED
default "1"
help
***Only 1 (one cluster in a zone) is supported by current code.
Expand All @@ -59,7 +58,7 @@ config TIPC_CLUSTERS

config TIPC_NODES
int "Maximum number of nodes in cluster"
depends on TIPC && TIPC_ADVANCED
depends on TIPC_ADVANCED
default "255"
help
Maximum number of nodes inside a TIPC cluster. Maximum
Expand All @@ -70,7 +69,7 @@ config TIPC_NODES

config TIPC_SLAVE_NODES
int "Maximum number of slave nodes in cluster"
depends on TIPC && TIPC_ADVANCED
depends on TIPC_ADVANCED
default "0"
help
***This capability is not supported by current code.***
Expand All @@ -83,7 +82,7 @@ config TIPC_SLAVE_NODES

config TIPC_PORTS
int "Maximum number of ports in a node"
depends on TIPC && TIPC_ADVANCED
depends on TIPC_ADVANCED
default "8191"
help
Maximum number of ports within a node. Maximum
Expand All @@ -94,7 +93,7 @@ config TIPC_PORTS

config TIPC_LOG
int "Size of log buffer"
depends on TIPC && TIPC_ADVANCED
depends on TIPC_ADVANCED
default 0
help
Size (in bytes) of TIPC's internal log buffer, which records the
Expand All @@ -106,12 +105,11 @@ config TIPC_LOG

config TIPC_DEBUG
bool "Enable debugging support"
depends on TIPC
default n
help
This will enable debugging of TIPC.

Only say Y here if you are having trouble with TIPC. It will
enable the display of detailed information about what is going on.

endmenu
endif # TIPC

0 comments on commit 4363463

Please sign in to comment.