tmedicci commented on code in PR #13546:
URL: https://github.com/apache/nuttx/pull/13546#discussion_r1771272466


##########
arch/xtensa/Kconfig:
##########
@@ -238,26 +238,14 @@ config XTENSA_CP_INITSET
                is provided by CONFIG_XTENSA_CP_INITSET.  Each bit corresponds 
to one
                coprocessor with the same bit layout as for the CPENABLE 
register.
 
-config XTENSA_DUMPBT_ON_ASSERT
-       bool "Dump backtrace on assertions"
-       default y
-       depends on DEBUG_ALERT
-       ---help---
-               Enable a backtrace dump on assertions.
-
-config XTENSA_BTDEPTH
-       int "Backtrace depth"
-       default 50
-       depends on XTENSA_DUMPBT_ON_ASSERT
-       ---help---
-               This is the depth of the backtrace.
-
 config XTENSA_INTBACKTRACE
-       bool "Full backtrace from interrupts"
-       default n
-       depends on XTENSA_DUMPBT_ON_ASSERT
+       bool

Review Comment:
   This feature (being able to correctly dump the backtrace during an 
interrupt) is not implemented for all archs. I didn't remove it to ease 
readability and make it easier to figure out that this feature exists for 
xtensas.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to