aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/blackfin/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 77ec14fcc610..d03fd638e9aa 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -55,6 +55,9 @@ config FORCE_MAX_ZONEORDER
55config GENERIC_CALIBRATE_DELAY 55config GENERIC_CALIBRATE_DELAY
56 def_bool y 56 def_bool y
57 57
58config LOCKDEP_SUPPORT
59 def_bool y
60
58config STACKTRACE_SUPPORT 61config STACKTRACE_SUPPORT
59 def_bool y 62 def_bool y
60 63