Browse Source

[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>
David S. Miller 20 years ago
parent
commit
6c3607676c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/ipv4/Kconfig

+ 1 - 1
net/ipv4/Kconfig

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