X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fdccp%2FKconfig;h=187ac182e24b3209a65193a878bb1be53899c3d1;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=7e096ba8454fcef7e6e0888f08fdd4c415198674;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/net/dccp/Kconfig b/net/dccp/Kconfig index 7e096ba84..187ac182e 100644 --- a/net/dccp/Kconfig +++ b/net/dccp/Kconfig @@ -24,10 +24,6 @@ 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" @@ -40,6 +36,15 @@ config IP_DCCP_DEBUG 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