:orphan: .. title:: LOG_BACKEND_RTT_SYST_ENABLE .. option:: CONFIG_LOG_BACKEND_RTT_SYST_ENABLE *Enable RTT syst backend* Type: ``bool`` Help ==== When enabled backend is using RTT to output syst format logs. Direct dependencies =================== \ :option:`LOG_MIPI_SYST_ENABLE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.backends:81`` 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 Segger J-Link RTT backend → Logger behavior .. parsed-literal:: config LOG_BACKEND_RTT_SYST_ENABLE bool "Enable RTT syst backend" depends on \ :option:`LOG_MIPI_SYST_ENABLE ` && \ :ref:` ` help When enabled backend is using RTT to output syst format logs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*