CONFIG_NRF_MODEM_LIB_SYS_INIT

Initialize during SYS_INIT

Type: bool

Help

Initialize the Modem library automatically during the SYS_INIT sequence.
Please note that initialization is synchronous and can take up to one
minute in case the modem firmware is updated.

Direct dependencies

NRF_MODEM_LIB

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols that select this symbol

Kconfig definition

At <nRF>/lib/nrf_modem_lib/Kconfig:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:11

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

config NRF_MODEM_LIB_SYS_INIT
    bool "Initialize during SYS_INIT"
    default y
    depends on NRF_MODEM_LIB
    help
      Initialize the Modem library automatically during the SYS_INIT sequence.
      Please note that initialization is synchronous and can take up to one
      minute in case the modem firmware is updated.

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