forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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.