aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 335ca7abbd46..aa2a2c79776f 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -408,8 +408,12 @@ config INET_TCP_DIAG
408 def_tristate INET_DIAG 408 def_tristate INET_DIAG
409 409
410config INET_UDP_DIAG 410config INET_UDP_DIAG
411 tristate "UDP: socket monitoring interface"
411 depends on INET_DIAG 412 depends on INET_DIAG
412 def_tristate INET_DIAG && IPV6 413 default n
414 ---help---
415 Support for UDP socket monitoring interface used by the ss tool.
416 If unsure, say Y.
413 417
414menuconfig TCP_CONG_ADVANCED 418menuconfig TCP_CONG_ADVANCED
415 bool "TCP: advanced congestion control" 419 bool "TCP: advanced congestion control"