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