[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070510035028.GA26453@linux-sh.org>
Date: Thu, 10 May 2007 12:50:28 +0900
From: Paul Mundt <lethal@...ux-sh.org>
To: Roland Dreier <rolandd@...co.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] net: trivial MLX4_DEBUG dependency fix.
First SLUB_DEBUG, and now this..
CONFIG_MLX4_DEBUG works out to a def_bool y for those that
have CONFIG_EMBEDDED set. Make it depend on MLX4_CORE..
I'll let someone else wonder why debugging output is default enabled,
this seems to be a worrying trend as of late.
Signed-off-by: Paul Mundt <lethal@...ux-sh.org>
--
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 linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists