diff options
Diffstat (limited to 'net/tipc/Kconfig')
-rw-r--r-- | net/tipc/Kconfig | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/tipc/Kconfig b/net/tipc/Kconfig index 2c5954b85933..585460180ffb 100644 --- a/net/tipc/Kconfig +++ b/net/tipc/Kconfig | |||
@@ -41,29 +41,4 @@ config TIPC_PORTS | |||
41 | Setting this to a smaller value saves some memory, | 41 | Setting this to a smaller value saves some memory, |
42 | setting it to higher allows for more ports. | 42 | setting it to higher allows for more ports. |
43 | 43 | ||
44 | config TIPC_LOG | ||
45 | int "Size of log buffer" | ||
46 | depends on TIPC_ADVANCED | ||
47 | range 0 32768 | ||
48 | default "0" | ||
49 | help | ||
50 | Size (in bytes) of TIPC's internal log buffer, which records the | ||
51 | occurrence of significant events. Can range from 0 to 32768 bytes; | ||
52 | default is 0. | ||
53 | |||
54 | There is no need to enable the log buffer unless the node will be | ||
55 | managed remotely via TIPC. | ||
56 | |||
57 | config TIPC_DEBUG | ||
58 | bool "Enable debugging support" | ||
59 | default n | ||
60 | help | ||
61 | Saying Y here enables TIPC debugging capabilities used by developers. | ||
62 | Most users do not need to bother; if unsure, just say N. | ||
63 | |||
64 | Enabling debugging support causes TIPC to display data about its | ||
65 | internal state when certain abnormal conditions occur. It also | ||
66 | makes it easy for developers to capture additional information of | ||
67 | interest using the dbg() or msg_dbg() macros. | ||
68 | |||
69 | endif # TIPC | 44 | endif # TIPC |