:orphan: .. title:: SEGGER_SYSTEMVIEW .. option:: CONFIG_SEGGER_SYSTEMVIEW *Segger SystemView support* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CONSOLE ` - \ :option:`RTT_CONSOLE ` - \ :option:`USE_SEGGER_RTT ` - \ :option:`THREAD_MONITOR ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Format .. parsed-literal:: config SEGGER_SYSTEMVIEW bool "Segger SystemView support" select \ :option:`CONSOLE ` select \ :option:`RTT_CONSOLE ` select \ :option:`USE_SEGGER_RTT ` select \ :option:`THREAD_MONITOR ` depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*