summaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller2005-06-27 00:20:20 +0200
committerDavid S. Miller2005-06-27 00:20:20 +0200
commit6c3607676c12d77d70cc712310f52fbc6af5895d (patch)
treef1772962c9eb6f27d3ad2050c6e66e7c2f24db02 /net/ipv4/Kconfig
parentMerge 'drm-3264' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/... (diff)
downloadkernel-qcow2-linux-6c3607676c12d77d70cc712310f52fbc6af5895d.tar.gz
kernel-qcow2-linux-6c3607676c12d77d70cc712310f52fbc6af5895d.tar.xz
kernel-qcow2-linux-6c3607676c12d77d70cc712310f52fbc6af5895d.zip
[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>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 347083433120..7342a9afe018 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -549,7 +549,7 @@ config TCP_CONG_SCALABLE
endmenu
config TCP_CONG_BIC
- boolean
+ tristate
depends on !TCP_CONG_ADVANCED
default y