From: Alexey Dobriyan Date: Tue, 15 Dec 2009 02:00:25 +0000 (-0800) Subject: Make DEBUG_BUGVERBOSE default to y X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8420e7efa1cf155765c6d77c91d3e3547c7aa557;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Make DEBUG_BUGVERBOSE default to y It's easy to lose useful DEBUG_BUGVERBOSE by switching EMBEDDED left and right. Signed-off-by: Alexey Dobriyan Cc: Sam Ravnborg Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2f22cf4576db..8cf9938dd147 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -575,7 +575,7 @@ config DEBUG_BUGVERBOSE depends on BUG depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \ FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 - default !EMBEDDED + default y help Say Y here to make BUG() panics output the file name and line number of the BUG call as well as the EIP and oops trace. This aids