-
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.
Default¶
y
Symbols that select this symbol¶
Kconfig definition¶
At <nRF>/lib/nrf_modem_lib/Kconfig:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:27
→ <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.)