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 2869307ca3e4..f1ac3184dc08 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -225,7 +225,7 @@ config LOCKDEP | |||
225 | bool | 225 | bool |
226 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT | 226 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT |
227 | select STACKTRACE | 227 | select STACKTRACE |
228 | select FRAME_POINTER | 228 | select FRAME_POINTER if !X86 |
229 | select KALLSYMS | 229 | select KALLSYMS |
230 | select KALLSYMS_ALL | 230 | select KALLSYMS_ALL |
231 | 231 | ||