:orphan: .. title:: SEGGER_SYSTEMVIEW_BOOT_ENABLE .. option:: CONFIG_SEGGER_SYSTEMVIEW_BOOT_ENABLE *Start logging SystemView events on system start* 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:6`` 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_SYSTEMVIEW_BOOT_ENABLE bool "Start logging SystemView events on system start" depends on \ :option:`SEGGER_SYSTEMVIEW ` && \ :option:`SEGGER_SYSTEMVIEW ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*