hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/xtensa/Kconfig.debug
....@@ -31,3 +31,10 @@
3131 It is easy to make wrong hardware configuration, this test should catch it early.
3232
3333 Say 'N' on stable hardware.
34
+
35
+config PRINT_STACK_DEPTH
36
+ int "Stack depth to print" if DEBUG_KERNEL
37
+ default 64
38
+ help
39
+ This option allows you to set the stack depth that the kernel
40
+ prints in stack traces.