~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/blackfin/Kconfig.debug

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
          This option will cause messages to be printed if free stack space
10
10
          drops below a certain limit.
11
11
 
12
 
config DEBUG_STACK_USAGE
13
 
        bool "Enable stack utilization instrumentation"
14
 
        depends on DEBUG_KERNEL
15
 
        help
16
 
          Enables the display of the minimum amount of free stack which each
17
 
          task has ever had available in the sysrq-T output.
18
 
 
19
 
          This option will slow down process creation somewhat.
20
 
 
21
12
config DEBUG_VERBOSE
22
13
        bool "Verbose fault messages"
23
14
        default y
32
23
          Most people should say N here.
33
24
 
34
25
config DEBUG_MMRS
35
 
        bool "Generate Blackfin MMR tree"
 
26
        tristate "Generate Blackfin MMR tree"
36
27
        select DEBUG_FS
37
28
        help
38
29
          Create a tree of Blackfin MMRs via the debugfs tree.  If
59
50
          be reported multiple cycles after the error happens. This delay
60
51
          can cause the wrong application, or even the kernel to receive a
61
52
          signal to be killed. If you are getting HW errors in your system,
62
 
          try turning this on to ensure they are at least comming from the
 
53
          try turning this on to ensure they are at least coming from the
63
54
          proper thread.
64
55
 
65
56
          On production systems, it is safe (and a small optimization) to say N.