diff options
Diffstat (limited to 'net/dccp/ccids/Kconfig')
-rw-r--r-- | net/dccp/ccids/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/dccp/ccids/Kconfig b/net/dccp/ccids/Kconfig index ca00191628f7..32752f750447 100644 --- a/net/dccp/ccids/Kconfig +++ b/net/dccp/ccids/Kconfig | |||
@@ -30,6 +30,14 @@ config IP_DCCP_CCID2 | |||
30 | 30 | ||
31 | If in doubt, say M. | 31 | If in doubt, say M. |
32 | 32 | ||
33 | config IP_DCCP_CCID2_DEBUG | ||
34 | bool "CCID2 debug" | ||
35 | depends on IP_DCCP_CCID2 | ||
36 | ---help--- | ||
37 | Enable CCID2 debug messages. | ||
38 | |||
39 | If in doubt, say N. | ||
40 | |||
33 | config IP_DCCP_CCID3 | 41 | config IP_DCCP_CCID3 |
34 | tristate "CCID3 (TCP-Friendly) (EXPERIMENTAL)" | 42 | tristate "CCID3 (TCP-Friendly) (EXPERIMENTAL)" |
35 | depends on IP_DCCP | 43 | depends on IP_DCCP |