diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 554ee688a9f8..c795a17a7043 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -218,7 +218,7 @@ config LOCKDEP | |||
218 | bool | 218 | bool |
219 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT | 219 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT |
220 | select STACKTRACE | 220 | select STACKTRACE |
221 | select FRAME_POINTER | 221 | select FRAME_POINTER if !X86 |
222 | select KALLSYMS | 222 | select KALLSYMS |
223 | select KALLSYMS_ALL | 223 | select KALLSYMS_ALL |
224 | 224 | ||