aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 019e88d8f29e..e55136ae09f4 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -413,8 +413,8 @@ config INET_TUNNEL
413 413
414 If unsure, say Y. 414 If unsure, say Y.
415 415
416config IP_INET_DIAG 416config INET_DIAG
417 tristate "IP: INET socket monitoring interface" 417 tristate "INET: socket monitoring interface"
418 default y 418 default y
419 ---help--- 419 ---help---
420 Support for INET (TCP, DCCP, etc) socket monitoring interface used by 420 Support for INET (TCP, DCCP, etc) socket monitoring interface used by
@@ -423,6 +423,10 @@ config IP_INET_DIAG
423 423
424 If unsure, say Y. 424 If unsure, say Y.
425 425
426config INET_TCP_DIAG
427 depends on INET_DIAG
428 def_tristate INET_DIAG
429
426config TCP_CONG_ADVANCED 430config TCP_CONG_ADVANCED
427 bool "TCP: advanced congestion control" 431 bool "TCP: advanced congestion control"
428 ---help--- 432 ---help---