forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
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.