CONFIG_LOG_MIPI_SYST_ENABLE

Enable mipi syst format output

Type: bool

Help

Enable mipi syst format output for the logger system.

Direct dependencies

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:81

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Logging

config LOG_MIPI_SYST_ENABLE
    bool "Enable mipi syst format output"
    select MIPI_SYST_LIB
    depends on LOG
    help
      Enable mipi syst format output for the logger system.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)