Skip to content

Commit

Permalink
sh: Enable verbose BUG() support.
Browse files Browse the repository at this point in the history
Add SH to the list of platforms interested in Verbose BUG().

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed Sep 27, 2006
1 parent 8599cf0 commit 49c3f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49c3f80

Please sign in to comment.