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 <lethal@linux-sh.org> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
committed by
Roland Dreier
parent
de5603748a
commit
f550d94cf9
@@ -2500,6 +2500,7 @@ config MLX4_CORE
|
|||||||
|
|
||||||
config MLX4_DEBUG
|
config MLX4_DEBUG
|
||||||
bool "Verbose debugging output" if (MLX4_CORE && EMBEDDED)
|
bool "Verbose debugging output" if (MLX4_CORE && EMBEDDED)
|
||||||
|
depends on MLX4_CORE
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
This option causes debugging code to be compiled into the
|
This option causes debugging code to be compiled into the
|
||||||
|
Reference in New Issue
Block a user