diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-08-27 01:35:30 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 19:11:27 -0400 |
commit | 75b3f207b433dcb807fcf0f47de1c8398571ba5f (patch) | |
tree | cbe6fc0550f3b0b5593c6ee6763928c95dd7c443 /net/dccp/Kconfig | |
parent | ba89966c1984513f4f2cc0a6c182266be44ddd03 (diff) |
[DCCP]: Make the Debug Menu available when DCCP is statically linked too
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/Kconfig')
-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 |