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

« back to all changes in this revision

Viewing changes to arch/um/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:
28
28
          If you're involved in UML kernel development and want to use gcov,
29
29
          say Y.  If you're unsure, say N.
30
30
 
31
 
config DEBUG_STACK_USAGE
32
 
        bool "Stack utilization instrumentation"
33
 
        default N
34
 
        help
35
 
          Track the maximum kernel stack usage - this will look at each
36
 
          kernel stack at process exit and log it if it's the deepest
37
 
          stack seen so far.
38
 
 
39
 
          This option will slow down process creation and destruction somewhat.
 
31
config EARLY_PRINTK
 
32
        bool "Early printk"
 
33
        default y
 
34
        ---help---
 
35
          Write kernel log output directly to stdout.
 
36
 
 
37
          This is useful for kernel debugging when your machine crashes very
 
38
          early before the console code is initialized.
 
39
 
40
40
endmenu