tree cbe6fc0550f3b0b5593c6ee6763928c95dd7c443
parent ba89966c1984513f4f2cc0a6c182266be44ddd03
author Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> Sat, 27 Aug 2005 08:35:30 
-0300
committer David S. Miller <[EMAIL PROTECTED]> Tue, 30 Aug 2005 06:11:27 -0700

[DCCP]: Make the Debug Menu available when DCCP is statically linked too

Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 net/dccp/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/dccp/Kconfig b/net/dccp/Kconfig
--- 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to