-
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 <Zephyr>/subsys/logging/Kconfig.formatting:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:19
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.)