forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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.