Re: [PATCH] Unhide DEBUG_BUGVERBOSE when EXPERT=y, even ifDEBUG_KERNEL=n

From: Ingo Molnar
Date: Sun Jun 05 2011 - 05:35:20 EST



* Josh Triplett <josh@xxxxxxxxxxxxxxxx> wrote:

> config DEBUG_BUGVERBOSE
> - bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT
> + bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL || EXPERT

Well, DEBUG_KERNEL really means two things:

- make more debugging options available
- allow the *disabling* of existing (default-enabled) debug options

So i think the right solution would be to select DEBUG_KERNEL if
EXPERT is enabled - this would simplify things and would allow the
removal of a lot of EXPERT conditions from the debug options.

Ok?

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/