~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to arch/score/Kconfig.debug

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
          other cases you can specify kernel args so that you don't have
17
17
          to set them up in board prom initialization routines.
18
18
 
19
 
config DEBUG_STACK_USAGE
20
 
        bool "Enable stack utilization instrumentation"
21
 
        depends on DEBUG_KERNEL
22
 
        help
23
 
          Enables the display of the minimum amount of free stack which each
24
 
          task has ever had available in the sysrq-T and sysrq-P debug output.
25
 
 
26
 
          This option will slow down process creation somewhat.
27
 
 
28
19
config RUNTIME_DEBUG
29
20
        bool "Enable run-time debugging"
30
21
        depends on DEBUG_KERNEL