:orphan: .. title:: LOG_BACKEND_SWO_SYST_ENABLE .. option:: CONFIG_LOG_BACKEND_SWO_SYST_ENABLE *Enable SWO syst backend* Type: ``bool`` Help ==== When enabled backend is using SWO to output syst format logs. Direct dependencies =================== \ :option:`LOG_MIPI_SYST_ENABLE ` && \ :option:`LOG_BACKEND_SWO ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.backends:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable Serial Wire Output (SWO) backend .. parsed-literal:: config LOG_BACKEND_SWO_SYST_ENABLE bool "Enable SWO syst backend" depends on \ :option:`LOG_MIPI_SYST_ENABLE ` && \ :option:`LOG_BACKEND_SWO ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help When enabled backend is using SWO to output syst format logs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*