diff options
author | David S. Miller <davem@davemloft.net> | 2005-06-26 18:20:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-26 18:20:20 -0400 |
commit | 6c3607676c12d77d70cc712310f52fbc6af5895d (patch) | |
tree | f1772962c9eb6f27d3ad2050c6e66e7c2f24db02 /net/ipv4/Kconfig | |
parent | 8678887e7fb43cd6c9be6c9807b05e77848e0920 (diff) |
[IPV4]: Fix thinko in TCP_CONG_BIC default.
Since it is tristate when we offer it as a choice, we should
definte it also as tristate when forcing it as the default.
Otherwise kconfig warns.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 347083433120..7342a9afe018 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -549,7 +549,7 @@ config TCP_CONG_SCALABLE | |||
549 | endmenu | 549 | endmenu |
550 | 550 | ||
551 | config TCP_CONG_BIC | 551 | config TCP_CONG_BIC |
552 | boolean | 552 | tristate |
553 | depends on !TCP_CONG_ADVANCED | 553 | depends on !TCP_CONG_ADVANCED |
554 | default y | 554 | default y |
555 | 555 | ||