From: Paul Mundt Date: Wed, 27 Sep 2006 09:04:36 +0000 (+0900) Subject: sh: Enable verbose BUG() support. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=49c3f807f5734605c10cdfb462a8fd5c3075eb76;p=linux-beck.git sh: Enable verbose BUG() support. Add SH to the list of platforms interested in Verbose BUG(). Signed-off-by: Paul Mundt --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index e7303fe54b01..b0f5ca72599f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -284,7 +284,7 @@ config DEBUG_HIGHMEM config DEBUG_BUGVERBOSE bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED depends on BUG - depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV + depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV || SUPERH default !EMBEDDED help Say Y here to make BUG() panics output the file name and line number