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