]> err.no Git - linux-2.6/blobdiff - net/dccp/Kconfig
Pull novell-bugzilla-156426 into release branch
[linux-2.6] / net / dccp / Kconfig
index 90460bc629b3af2d825614388db6cb00e38b4b19..7e096ba8454fcef7e6e0888f08fdd4c415198674 100644 (file)
@@ -19,6 +19,27 @@ config IP_DCCP
 
          If in doubt, say N.
 
+config INET_DCCP_DIAG
+       depends on IP_DCCP && INET_DIAG
+       def_tristate y if (IP_DCCP = y && INET_DIAG = y)
+       def_tristate m
+
+config IP_DCCP_ACKVEC
+       depends on IP_DCCP
+       def_bool N
+
 source "net/dccp/ccids/Kconfig"
 
+menu "DCCP Kernel Hacking"
+       depends on IP_DCCP && DEBUG_KERNEL=y
+
+config IP_DCCP_DEBUG
+       bool "DCCP debug messages"
+       ---help---
+         Only use this if you're hacking DCCP.
+
+         Just say N.
+
+endmenu
+
 endmenu