diff options
-rw-r--r-- | arch/blackfin/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index 3c49f76b37bc..d1825cb24768 100644 --- a/arch/blackfin/Kconfig.debug +++ b/arch/blackfin/Kconfig.debug | |||
@@ -238,7 +238,7 @@ config EARLY_PRINTK | |||
238 | config NMI_WATCHDOG | 238 | config NMI_WATCHDOG |
239 | bool "Enable NMI watchdog to help debugging lockup on SMP" | 239 | bool "Enable NMI watchdog to help debugging lockup on SMP" |
240 | default n | 240 | default n |
241 | depends on (SMP && !BFIN_SCRATCH_REG_RETN) | 241 | depends on SMP |
242 | help | 242 | help |
243 | If any CPU in the system does not execute the period local timer | 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 | 244 | interrupt for more than 5 seconds, then the NMI handler dumps debug |