[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>

+1 -1
+1 -1
net/ipv4/Kconfig
··· 549 549 endmenu 550 550 551 551 config TCP_CONG_BIC 552 - boolean 552 + tristate 553 553 depends on !TCP_CONG_ADVANCED 554 554 default y 555 555