tipc: cleanup various cosmetic whitespace issues
[deliverable/linux.git] / net / tipc / Kconfig
index 06d32908fcfb7fa8bfba481361d3469203a369d7..0436927369f3a5685346681f4a312a9fbe36130c 100644 (file)
@@ -29,16 +29,6 @@ config TIPC_ADVANCED
          Saying Y here will open some advanced configuration for TIPC.
          Most users do not need to bother; if unsure, just say N.
 
-config TIPC_CLUSTERS
-       int "Maximum number of clusters in a zone"
-       depends on TIPC_ADVANCED
-       range 1 1
-       default "1"
-       help
-         Specifies how many clusters can be supported in a TIPC zone.
-
-         *** Currently TIPC only supports a single cluster per zone. ***
-
 config TIPC_NODES
        int "Maximum number of nodes in a cluster"
        depends on TIPC_ADVANCED
@@ -60,7 +50,7 @@ config TIPC_PORTS
          Specifies how many ports can be supported by a node.
          Can range from 127 to 65535 ports; default is 8191.
 
-         Setting this to a smaller value saves some memory, 
+         Setting this to a smaller value saves some memory,
          setting it to higher allows for more ports.
 
 config TIPC_LOG
@@ -77,12 +67,15 @@ config TIPC_LOG
          managed remotely via TIPC.
 
 config TIPC_DEBUG
-       bool "Enable debug messages"
+       bool "Enable debugging support"
        default n
        help
-         This enables debugging of TIPC.
+         Saying Y here enables TIPC debugging capabilities used by developers.
+         Most users do not need to bother; if unsure, just say N.
 
-         Only say Y here if you are having trouble with TIPC.  It will
-         enable the display of detailed information about what is going on.
+         Enabling debugging support causes TIPC to display data about its
+         internal state when certain abnormal conditions occur. It also
+         makes it easy for developers to capture additional information of
+         interest using the dbg() or msg_dbg() macros.
 
 endif # TIPC
This page took 0.024383 seconds and 5 git commands to generate.