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¶
!LOG_FRONTEND
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/logging/Kconfig.formatting:24
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:31
→ subsys/logging/Kconfig:24
Menu path: (Top) → Sub Systems and OS Services → Logging → Output Formatting
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.)