aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 256b3b805c5c..bbaed84a686b 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -199,7 +199,7 @@ config UNWIND_INFO
199config STACK_UNWIND 199config 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 n 202 depends on X86_64
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.