diff options
Diffstat (limited to 'net/sctp/Kconfig')
-rw-r--r-- | net/sctp/Kconfig | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig index cf4852814e0c..d80bf1aebaed 100644 --- a/net/sctp/Kconfig +++ b/net/sctp/Kconfig | |||
@@ -30,7 +30,8 @@ menuconfig IP_SCTP | |||
30 | homing at either or both ends of an association." | 30 | homing at either or both ends of an association." |
31 | 31 | ||
32 | To compile this protocol support as a module, choose M here: the | 32 | To compile this protocol support as a module, choose M here: the |
33 | module will be called sctp. | 33 | module will be called sctp. Debug messages are handeled by the |
34 | kernel's dynamic debugging framework. | ||
34 | 35 | ||
35 | If in doubt, say N. | 36 | If in doubt, say N. |
36 | 37 | ||
@@ -48,13 +49,14 @@ config NET_SCTPPROBE | |||
48 | To compile this code as a module, choose M here: the | 49 | To compile this code as a module, choose M here: the |
49 | module will be called sctp_probe. | 50 | module will be called sctp_probe. |
50 | 51 | ||
51 | config SCTP_DBG_MSG | 52 | config SCTP_DBG_TSNS |
52 | bool "SCTP: Debug messages" | 53 | bool "SCTP: Debug transactions" |
53 | help | 54 | help |
54 | If you say Y, this will enable verbose debugging messages. | 55 | If you say Y, this will enable transaction debugging, visible |
56 | from the kernel's dynamic debugging framework. | ||
55 | 57 | ||
56 | If unsure, say N. However, if you are running into problems, use | 58 | If unsure, say N. However, if you are running into problems, use |
57 | this option to gather detailed trace information | 59 | this option to gather outqueue trace information. |
58 | 60 | ||
59 | config SCTP_DBG_OBJCNT | 61 | config SCTP_DBG_OBJCNT |
60 | bool "SCTP: Debug object counts" | 62 | bool "SCTP: Debug object counts" |