The patch titled net: trivial MLX4_DEBUG dependency fix has been added to the -mm tree. Its filename is net-trivial-mlx4_debug-dependency-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: net: trivial MLX4_DEBUG dependency fix From: Paul Mundt <lethal@xxxxxxxxxxxx> 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@xxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Roland Dreier <rolandd@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/net/Kconfig~net-trivial-mlx4_debug-dependency-fix drivers/net/Kconfig --- a/drivers/net/Kconfig~net-trivial-mlx4_debug-dependency-fix +++ a/drivers/net/Kconfig @@ -2544,6 +2544,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 _ Patches currently in -mm which might be from lethal@xxxxxxxxxxxx are origin.patch net-trivial-mlx4_debug-dependency-fix.patch round_up-macro-cleanup-in-arch-sh64-kernel-pci_sh5c.patch introduce-freezer-flags-rev-2.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html