]> err.no Git - linux-2.6/blobdiff - net/dccp/Kconfig
Pull novell-bugzilla-156426 into release branch
[linux-2.6] / net / dccp / Kconfig
index 6760830c490f6b8f055652724e793cae576322d2..7e096ba8454fcef7e6e0888f08fdd4c415198674 100644 (file)
@@ -24,6 +24,22 @@ config INET_DCCP_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