Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113779
b: refs/heads/master
c: 9f06c38
h: refs/heads/master
i:
  113777: 09f25cc
  113775: fe86661
v: v3
  • Loading branch information
Robin Getz authored and Bryan Wu committed Oct 10, 2008
1 parent 8ae3658 commit 75eee71
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 101 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a88c71e4367aada2065c5e247477c891d2ca952f
refs/heads/master: 9f06c38fb230720371397a57faa24aa6e31b2c87
13 changes: 13 additions & 0 deletions trunk/arch/blackfin/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ source "lib/Kconfig.debug"
config HAVE_ARCH_KGDB
def_bool y

config DEBUG_VERBOSE
bool "Verbose fault messages"
default y
select PRINTK
help
When a program crashes due to an exception, or the kernel detects
an internal error, the kernel can print a not so brief message
explaining what the problem was. This debugging information is
useful to developers and kernel hackers when tracking down problems,
but mostly meaningless to other people. This is always helpful for
debugging but serves no purpose on a production system.
Most people should say N here.

config DEBUG_MMRS
bool "Generate Blackfin MMR tree"
select DEBUG_FS
Expand Down
Loading

0 comments on commit 75eee71

Please sign in to comment.