The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LOG_DOMAIN_ID

Domain ID

Type: int

Help

In multicore system each application/core must have unique domain ID.

Direct dependencies

!LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At subsys/logging/Kconfig.misc:6

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:31subsys/logging/Kconfig:32

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

config LOG_DOMAIN_ID
    int "Domain ID"
    range 0 7
    default 0
    depends on !LOG_MINIMAL && LOG
    help
      In multicore system each application/core must have unique domain ID.

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