:orphan: .. title:: CONFIG_LOG_MIPI_SYST_ENABLE .. kconfig:: CONFIG_LOG_MIPI_SYST_ENABLE CONFIG_LOG_MIPI_SYST_ENABLE ########################### *Enable MIPI SyS-T format output* Type: ``bool`` Help ==== .. code-block:: none Enable MIPI SyS-T format output for the logger system. Direct dependencies =================== !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`MIPI_SYST_LIB ` Kconfig definition ================== At ``/logging/Kconfig.formatting:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → Logging → Output Formatting .. code-block:: kconfig config LOG_MIPI_SYST_ENABLE bool "Enable MIPI SyS-T format output" select MIPI_SYST_LIB depends on !LOG_FRONTEND && !LOG_MINIMAL && LOG help Enable MIPI SyS-T format output for the logger system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*