Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f550d94cf9f86bc54e31dae2aee1a03d678c6e7f
Commit:     f550d94cf9f86bc54e31dae2aee1a03d678c6e7f
Parent:     de5603748af8bf7deac403e6ba92887f8d18e812
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Thu May 10 12:50:28 2007 +0900
Committer:  Roland Dreier <[EMAIL PROTECTED]>
CommitDate: Sun May 13 08:53:01 2007 -0700

    net: Trivial MLX4_DEBUG dependency fix.
    
    CONFIG_MLX4_DEBUG works out to a def_bool y for those that have
    CONFIG_EMBEDDED set.  Make it depend on MLX4_CORE.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
    Signed-off-by: Roland Dreier <[EMAIL PROTECTED]>
---
 drivers/net/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index fa489b1..b3f4ffa 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2500,6 +2500,7 @@ config MLX4_CORE
 
 config MLX4_DEBUG
        bool "Verbose debugging output" if (MLX4_CORE && EMBEDDED)
+       depends on MLX4_CORE
        default y
        ---help---
          This option causes debugging code to be compiled into the
-
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