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
Kconfig definition
At <nRF>/lib/nrf_modem_lib/Kconfig.modemlib:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:11
→ <nRF>/lib/nrf_modem_lib/Kconfig:22
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.)