Skip to content

Commit

Permalink
[IPV4]: Fix thinko in TCP_CONG_BIC default.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Jun 26, 2005
1 parent 8678887 commit 6c36076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ config TCP_CONG_SCALABLE
endmenu

config TCP_CONG_BIC
boolean
tristate
depends on !TCP_CONG_ADVANCED
default y

Expand Down

0 comments on commit 6c36076

Please sign in to comment.