:orphan: .. title:: CONFIG_SEGGER_SYSVIEW_POST_MORTEM_MODE .. kconfig:: CONFIG_SEGGER_SYSVIEW_POST_MORTEM_MODE CONFIG_SEGGER_SYSVIEW_POST_MORTEM_MODE ###################################### *Enable post-mortem mode for SystemView* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SEGGER_SYSTEMVIEW ` && \ :kconfig:`SEGGER_SYSTEMVIEW ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/tracing/sysview/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` → ``/tracing/Kconfig:314`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig config SEGGER_SYSVIEW_POST_MORTEM_MODE bool "Enable post-mortem mode for SystemView" depends on SEGGER_SYSTEMVIEW && SEGGER_SYSTEMVIEW *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*