| source "lib/Kconfig.debug" |
| bool "Verbose kernel error messages" |
| This option controls verbose debugging information which can be |
| printed when the kernel detects an internal error. This debugging |
| information is useful to kernel hackers when tracking down problems, |
| but mostly meaningless to other people. It's safe to say Y unless |
| you are concerned with the code size or don't want to see these |
| bool "Enable stack utilization instrumentation" |
| Enables the display of the minimum amount of free stack which each |
| task has ever had available in the sysrq-T output. |