diff options
Diffstat (limited to 'net/dccp/Kconfig')
-rw-r--r-- | net/dccp/Kconfig | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net/dccp/Kconfig b/net/dccp/Kconfig index 187ac182e24b..7e096ba8454f 100644 --- a/net/dccp/Kconfig +++ b/net/dccp/Kconfig | |||
@@ -24,6 +24,10 @@ config INET_DCCP_DIAG | |||
24 | def_tristate y if (IP_DCCP = y && INET_DIAG = y) | 24 | def_tristate y if (IP_DCCP = y && INET_DIAG = y) |
25 | def_tristate m | 25 | def_tristate m |
26 | 26 | ||
27 | config IP_DCCP_ACKVEC | ||
28 | depends on IP_DCCP | ||
29 | def_bool N | ||
30 | |||
27 | source "net/dccp/ccids/Kconfig" | 31 | source "net/dccp/ccids/Kconfig" |
28 | 32 | ||
29 | menu "DCCP Kernel Hacking" | 33 | menu "DCCP Kernel Hacking" |
@@ -36,15 +40,6 @@ config IP_DCCP_DEBUG | |||
36 | 40 | ||
37 | Just say N. | 41 | Just say N. |
38 | 42 | ||
39 | config IP_DCCP_UNLOAD_HACK | ||
40 | depends on IP_DCCP=m && IP_DCCP_CCID3=m | ||
41 | bool "DCCP control sock unload hack" | ||
42 | ---help--- | ||
43 | Enable this to be able to unload the dccp module when the it | ||
44 | has only one refcount held, the control sock one. Just execute | ||
45 | "rmmod dccp_ccid3 dccp" | ||
46 | |||
47 | Just say N. | ||
48 | endmenu | 43 | endmenu |
49 | 44 | ||
50 | endmenu | 45 | endmenu |