aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 347083433120..3e63123f7bbd 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -448,7 +448,6 @@ config IP_TCPDIAG_IPV6
448config TCP_CONG_ADVANCED 448config TCP_CONG_ADVANCED
449 bool "TCP: advanced congestion control" 449 bool "TCP: advanced congestion control"
450 depends on INET 450 depends on INET
451 default y
452 ---help--- 451 ---help---
453 Support for selection of various TCP congestion control 452 Support for selection of various TCP congestion control
454 modules. 453 modules.
@@ -549,7 +548,7 @@ config TCP_CONG_SCALABLE
549endmenu 548endmenu
550 549
551config TCP_CONG_BIC 550config TCP_CONG_BIC
552 boolean 551 tristate
553 depends on !TCP_CONG_ADVANCED 552 depends on !TCP_CONG_ADVANCED
554 default y 553 default y
555 554