| source "lib/Kconfig.debug" |
| bool "Early SCIF console support" |
| config DEBUG_KERNEL_WITH_GDB_STUB |
| bool "GDB Stub kernel debug" |
| bool "Debug: report TLB fill/purge activity through /proc/tlb" |
| bool "Debug: report ASIDs through /proc/asids" |
| bool "Debug: set SR.WATCH to enable hardware watchpoints and trace" |
| bool "Debug: enable rudimentary strace facility" |
| This option allows system calls to be traced to the console. It also |
| aids in detecting kernel stack underflow. It is useful for debugging |
| early-userland problems (e.g. init incurring fatal exceptions.) |
| bool "Enable debug outputs to on-board alphanumeric display" |
| bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)" |
| bool "Compile the kernel with frame pointers" |
| If you say Y here the resulting kernel image will be slightly larger |
| and slower, but it will give very useful debugging information. |
| If you don't debug the kernel, you can say N, but we may not be able |
| to solve problems without frame pointers. |