Skip to content

Commit

Permalink
net: Trivial MLX4_DEBUG dependency fix.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pmundt authored and Roland Dreier committed May 13, 2007
1 parent de56037 commit f550d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f550d94

Please sign in to comment.