CONFIG_MEMFAULT_NCS_INIT_PRIORITY

Memfault initialization priority

Type: int

Help

If IMEI is used as device ID, the initialization priority must be
greater than that of the AT command module

Direct dependencies

MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

  • 90

Kconfig definition

At <nRF>/modules/memfault/Kconfig:92

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:51<nRF>/modules/Kconfig:10

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

config MEMFAULT_NCS_INIT_PRIORITY
    int "Memfault initialization priority"
    range AT_CMD_INIT_PRIORITY 99 if MEMFAULT_NCS_DEVICE_ID_IMEI
    default 90
    depends on MEMFAULT
    help
      If IMEI is used as device ID, the initialization priority must be
      greater than that of the AT command module

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