[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>
This commit is contained in:
David S. Miller 2005-06-26 15:20:20 -07:00
parent 8678887e7f
commit 6c3607676c

View file

@ -549,7 +549,7 @@ config TCP_CONG_SCALABLE
endmenu
config TCP_CONG_BIC
boolean
tristate
depends on !TCP_CONG_ADVANCED
default y