:orphan: .. title:: CONFIG_TFM_EXCEPTION_INFO_DUMP .. kconfig:: CONFIG_TFM_EXCEPTION_INFO_DUMP CONFIG_TFM_EXCEPTION_INFO_DUMP ############################## *TF-M exception info dump* Type: ``bool`` Help ==== .. code-block:: none On fatal errors in the secure firmware, capture info about the exception. Print the info if the SPM log level is sufficient. Direct dependencies =================== \ :kconfig:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm:310`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` → ``/trusted-firmware-m/Kconfig:7`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. code-block:: kconfig config TFM_EXCEPTION_INFO_DUMP bool "TF-M exception info dump" depends on BUILD_WITH_TFM && 0 help On fatal errors in the secure firmware, capture info about the exception. Print the info if the SPM log level is sufficient. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*