]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IPV4]: Fix thinko in TCP_CONG_BIC default.
authorDavid S. Miller <davem@davemloft.net>
Sun, 26 Jun 2005 22:20:20 +0000 (15:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Jun 2005 22:20:20 +0000 (15:20 -0700)
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>
net/ipv4/Kconfig

index 3470834331207da5c008f45a09291dd924927e3c..7342a9afe01847ab963752c3cc3bd9fbe0273f4c 100644 (file)
@@ -549,7 +549,7 @@ config TCP_CONG_SCALABLE
 endmenu
 
 config TCP_CONG_BIC
-       boolean
+       tristate
        depends on !TCP_CONG_ADVANCED
        default y