diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-08-27 02:35:30 -0300 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 16:11:27 -0700 |
commit | 75b3f207b433dcb807fcf0f47de1c8398571ba5f (patch) | |
tree | cbe6fc0550f3b0b5593c6ee6763928c95dd7c443 /net | |
parent | ba89966c1984513f4f2cc0a6c182266be44ddd03 (diff) | |
download | op-kernel-dev-75b3f207b433dcb807fcf0f47de1c8398571ba5f.zip op-kernel-dev-75b3f207b433dcb807fcf0f47de1c8398571ba5f.tar.gz |
[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')
-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 3023f70..187ac18 100644 --- a/net/dccp/Kconfig +++ b/net/dccp/Kconfig @@ -27,7 +27,7 @@ config INET_DCCP_DIAG source "net/dccp/ccids/Kconfig" menu "DCCP Kernel Hacking" - depends on IP_DCCP=m && DEBUG_KERNEL=y + depends on IP_DCCP && DEBUG_KERNEL=y config IP_DCCP_DEBUG bool "DCCP debug messages" @@ -37,7 +37,7 @@ config IP_DCCP_DEBUG Just say N. config IP_DCCP_UNLOAD_HACK - depends on IP_DCCP_CCID3=m + 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 |