:orphan: .. title:: CONFIG_XTENSA_ENABLE_BACKTRACE .. kconfig:: CONFIG_XTENSA_ENABLE_BACKTRACE CONFIG_XTENSA_ENABLE_BACKTRACE ############################## *Enable backtrace on panic exception* Type: ``bool`` Help ==== .. code-block:: none Enable this config option to print backtrace on panic exception Direct dependencies =================== \ :kconfig:`SOC_ESP32 ` && \ :kconfig:`XTENSA ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/xtensa/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → XTENSA Options .. code-block:: kconfig config XTENSA_ENABLE_BACKTRACE bool "Enable backtrace on panic exception" default y depends on SOC_ESP32 && XTENSA help Enable this config option to print backtrace on panic exception *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*