aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2005-08-11 17:37:16 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 18:56:49 -0400
commite41aac41e3856c87fee52c5b8bca71705d15449b (patch)
treec3023f226eac22b32bbcc3cfe09af6625f91443d /net/ipv4/Kconfig
parent14ab9b867aa6c107b4886bdc5b23f277ab10792e (diff)
[TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCP
Similar to CONFIG_IP_TCPDIAG_IPV6 Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 0b3d9f1d8069..c844954c1ad5 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -419,15 +419,18 @@ config IP_TCPDIAG
419 ---help--- 419 ---help---
420 Support for TCP socket monitoring interface used by native Linux 420 Support for TCP socket monitoring interface used by native Linux
421 tools such as ss. ss is included in iproute2, currently downloadable 421 tools such as ss. ss is included in iproute2, currently downloadable
422 at <http://developer.osdl.org/dev/iproute2>. If you want IPv6 support 422 at <http://developer.osdl.org/dev/iproute2>. If you want IPv6 or DCCP
423 and have selected IPv6 as a module, you need to build this as a 423 support and have selected IPv6 or DCCP as a module, you need to build
424 module too. 424 this as a module too.
425 425
426 If unsure, say Y. 426 If unsure, say Y.
427 427
428config IP_TCPDIAG_IPV6 428config IP_TCPDIAG_IPV6
429 def_bool (IP_TCPDIAG=y && IPV6=y) || (IP_TCPDIAG=m && IPV6) 429 def_bool (IP_TCPDIAG=y && IPV6=y) || (IP_TCPDIAG=m && IPV6)
430 430
431config IP_TCPDIAG_DCCP
432 def_bool (IP_TCPDIAG=y && IP_DCCP=y) || (IP_TCPDIAG=m && IP_DCCP)
433
431config TCP_CONG_ADVANCED 434config TCP_CONG_ADVANCED
432 bool "TCP: advanced congestion control" 435 bool "TCP: advanced congestion control"
433 ---help--- 436 ---help---