diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:04:36 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:04:36 -0400 |
commit | 49c3f807f5734605c10cdfb462a8fd5c3075eb76 (patch) | |
tree | a1056540599a8f4c13ea7d4df172326dacfdc559 /lib | |
parent | 8599cf059209de22dd3be16816b90f1aad10c74a (diff) |
sh: Enable verbose BUG() support.
Add SH to the list of platforms interested in Verbose BUG().
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
284 | config DEBUG_BUGVERBOSE | 284 | config DEBUG_BUGVERBOSE |
285 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED | 285 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED |
286 | depends on BUG | 286 | depends on BUG |
287 | depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV | 287 | depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV || SUPERH |
288 | default !EMBEDDED | 288 | default !EMBEDDED |
289 | help | 289 | help |
290 | Say Y here to make BUG() panics output the file name and line number | 290 | Say Y here to make BUG() panics output the file name and line number |