diff options
-rw-r--r-- | net/dccp/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dccp/Kconfig b/net/dccp/Kconfig index 3023f702eb87..187ac182e24b 100644 --- a/net/dccp/Kconfig +++ b/net/dccp/Kconfig | |||
@@ -27,7 +27,7 @@ config INET_DCCP_DIAG | |||
27 | source "net/dccp/ccids/Kconfig" | 27 | source "net/dccp/ccids/Kconfig" |
28 | 28 | ||
29 | menu "DCCP Kernel Hacking" | 29 | menu "DCCP Kernel Hacking" |
30 | depends on IP_DCCP=m && DEBUG_KERNEL=y | 30 | depends on IP_DCCP && DEBUG_KERNEL=y |
31 | 31 | ||
32 | config IP_DCCP_DEBUG | 32 | config IP_DCCP_DEBUG |
33 | bool "DCCP debug messages" | 33 | bool "DCCP debug messages" |
@@ -37,7 +37,7 @@ config IP_DCCP_DEBUG | |||
37 | Just say N. | 37 | Just say N. |
38 | 38 | ||
39 | config IP_DCCP_UNLOAD_HACK | 39 | config IP_DCCP_UNLOAD_HACK |
40 | depends on IP_DCCP_CCID3=m | 40 | depends on IP_DCCP=m && IP_DCCP_CCID3=m |
41 | bool "DCCP control sock unload hack" | 41 | bool "DCCP control sock unload hack" |
42 | ---help--- | 42 | ---help--- |
43 | Enable this to be able to unload the dccp module when the it | 43 | Enable this to be able to unload the dccp module when the it |