diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-08 18:45:01 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-13 07:20:15 -0400 |
commit | 6fa68e7a7f0641e8b7f263141d600877cdc2b5f2 (patch) | |
tree | 078e7c1994320eabd5967bd2afbc325eac7bdd37 /arch/blackfin/Kconfig | |
parent | c7b412f41d9c95d084e049fe83248ebb41a2d8f5 (diff) |
Blackfin: enable support for LOCKDEP
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 3 |
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 | |||
55 | config GENERIC_CALIBRATE_DELAY | 55 | config GENERIC_CALIBRATE_DELAY |
56 | def_bool y | 56 | def_bool y |
57 | 57 | ||
58 | config LOCKDEP_SUPPORT | ||
59 | def_bool y | ||
60 | |||
58 | config STACKTRACE_SUPPORT | 61 | config STACKTRACE_SUPPORT |
59 | def_bool y | 62 | def_bool y |
60 | 63 | ||