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 bbaed84a686b..8bab0102ac73 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -199,7 +199,7 @@ config UNWIND_INFO | |||
199 | config STACK_UNWIND | 199 | config STACK_UNWIND |
200 | bool "Stack unwind support" | 200 | bool "Stack unwind support" |
201 | depends on UNWIND_INFO | 201 | depends on UNWIND_INFO |
202 | depends on X86_64 | 202 | depends on X86 |
203 | help | 203 | help |
204 | This enables more precise stack traces, omitting all unrelated | 204 | This enables more precise stack traces, omitting all unrelated |
205 | occurrences of pointers into kernel code from the dump. | 205 | occurrences of pointers into kernel code from the dump. |