diff options
Diffstat (limited to 'arch/blackfin/Kconfig.debug')
| -rw-r--r-- | arch/blackfin/Kconfig.debug | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index 87f195ee2e06..aec89a5280b2 100644 --- a/arch/blackfin/Kconfig.debug +++ b/arch/blackfin/Kconfig.debug | |||
| @@ -18,9 +18,6 @@ config DEBUG_STACK_USAGE | |||
| 18 | 18 | ||
| 19 | This option will slow down process creation somewhat. | 19 | This option will slow down process creation somewhat. |
| 20 | 20 | ||
| 21 | config HAVE_ARCH_KGDB | ||
| 22 | def_bool y | ||
| 23 | |||
| 24 | config DEBUG_VERBOSE | 21 | config DEBUG_VERBOSE |
| 25 | bool "Verbose fault messages" | 22 | bool "Verbose fault messages" |
| 26 | default y | 23 | default y |
| @@ -238,6 +235,15 @@ config EARLY_PRINTK | |||
| 238 | all of this lives in the init section and is thrown away after the | 235 | all of this lives in the init section and is thrown away after the |
| 239 | kernel boots completely. | 236 | kernel boots completely. |
| 240 | 237 | ||
| 238 | config NMI_WATCHDOG | ||
| 239 | bool "Enable NMI watchdog to help debugging lockup on SMP" | ||
| 240 | default n | ||
| 241 | depends on (SMP && !BFIN_SCRATCH_REG_RETN) | ||
| 242 | help | ||
| 243 | If any CPU in the system does not execute the period local timer | ||
| 244 | interrupt for more than 5 seconds, then the NMI handler dumps debug | ||
| 245 | information. This information can be used to debug the lockup. | ||
| 246 | |||
| 241 | config CPLB_INFO | 247 | config CPLB_INFO |
| 242 | bool "Display the CPLB information" | 248 | bool "Display the CPLB information" |
| 243 | help | 249 | help |
