]> err.no Git - linux-2.6/blobdiff - net/dccp/Kconfig
[NETFILTER]: Add support for permanent expectations
[linux-2.6] / net / dccp / Kconfig
index ff5b5459b97a7aee85603b57ead1e5b2b174799d..187ac182e24b3209a65193a878bb1be53899c3d1 100644 (file)
@@ -19,11 +19,32 @@ config IP_DCCP
 
          If in doubt, say N.
 
-config IP_DCCP_DIAG
-       depends on IP_DCCP && IP_TCPDIAG
-       def_tristate y if (IP_DCCP = y && IP_TCPDIAG = y)
+config INET_DCCP_DIAG
+       depends on IP_DCCP && INET_DIAG
+       def_tristate y if (IP_DCCP = y && INET_DIAG = y)
        def_tristate m
 
 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.
+
+config IP_DCCP_UNLOAD_HACK
+       depends on IP_DCCP=m && IP_DCCP_CCID3=m
+       bool "DCCP control sock unload hack"
+       ---help---
+         Enable this to be able to unload the dccp module when the it
+         has only one refcount held, the control sock one. Just execute
+         "rmmod dccp_ccid3 dccp"
+
+         Just say N.
+endmenu
+
 endmenu