diff options
Diffstat (limited to 'net/dccp/ccids/Kconfig')
-rw-r--r-- | net/dccp/ccids/Kconfig | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/dccp/ccids/Kconfig b/net/dccp/ccids/Kconfig index b30f049cf1d3..b28bf962edc3 100644 --- a/net/dccp/ccids/Kconfig +++ b/net/dccp/ccids/Kconfig | |||
@@ -14,7 +14,6 @@ config IP_DCCP_CCID2_DEBUG | |||
14 | config IP_DCCP_CCID3 | 14 | config IP_DCCP_CCID3 |
15 | bool "CCID-3 (TCP-Friendly) (EXPERIMENTAL)" | 15 | bool "CCID-3 (TCP-Friendly) (EXPERIMENTAL)" |
16 | def_bool y if (IP_DCCP = y || IP_DCCP = m) | 16 | def_bool y if (IP_DCCP = y || IP_DCCP = m) |
17 | select IP_DCCP_TFRC_LIB | ||
18 | ---help--- | 17 | ---help--- |
19 | CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based | 18 | CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based |
20 | rate-controlled congestion control mechanism. TFRC is designed to | 19 | rate-controlled congestion control mechanism. TFRC is designed to |
@@ -80,12 +79,8 @@ config IP_DCCP_CCID3_RTO | |||
80 | therefore not be performed on WANs. | 79 | therefore not be performed on WANs. |
81 | 80 | ||
82 | config IP_DCCP_TFRC_LIB | 81 | config IP_DCCP_TFRC_LIB |
83 | tristate | 82 | def_bool y if IP_DCCP_CCID3 |
84 | default n | ||
85 | 83 | ||
86 | config IP_DCCP_TFRC_DEBUG | 84 | config IP_DCCP_TFRC_DEBUG |
87 | bool | 85 | def_bool y if IP_DCCP_CCID3_DEBUG |
88 | depends on IP_DCCP_TFRC_LIB | ||
89 | default y if IP_DCCP_CCID3_DEBUG | ||
90 | |||
91 | endmenu | 86 | endmenu |