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