kernel/arch/xtensa/Kconfig.debug
.. .. @@ -31,3 +31,10 @@ 31 31 It is easy to make wrong hardware configuration, this test should catch it early. 32 32 33 33 Say 'N' on stable hardware. 34 +35 +config PRINT_STACK_DEPTH36 + int "Stack depth to print" if DEBUG_KERNEL37 + default 6438 + help39 + This option allows you to set the stack depth that the kernel40 + prints in stack traces.