diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index c0cb9c4bc46d..103c171ce605 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1081,7 +1081,7 @@ config FAULT_INJECTION_STACKTRACE_FILTER | |||
1081 | depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT | 1081 | depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT |
1082 | depends on !X86_64 | 1082 | depends on !X86_64 |
1083 | select STACKTRACE | 1083 | select STACKTRACE |
1084 | select FRAME_POINTER if !PPC && !S390 && !MICROBLAZE | 1084 | select FRAME_POINTER if !PPC && !S390 && !MICROBLAZE && !ARM_UNWIND |
1085 | help | 1085 | help |
1086 | Provide stacktrace filter for fault-injection capabilities | 1086 | Provide stacktrace filter for fault-injection capabilities |
1087 | 1087 | ||
@@ -1091,7 +1091,7 @@ config LATENCYTOP | |||
1091 | depends on DEBUG_KERNEL | 1091 | depends on DEBUG_KERNEL |
1092 | depends on STACKTRACE_SUPPORT | 1092 | depends on STACKTRACE_SUPPORT |
1093 | depends on PROC_FS | 1093 | depends on PROC_FS |
1094 | select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE | 1094 | select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE && !ARM_UNWIND |
1095 | select KALLSYMS | 1095 | select KALLSYMS |
1096 | select KALLSYMS_ALL | 1096 | select KALLSYMS_ALL |
1097 | select STACKTRACE | 1097 | select STACKTRACE |