-
CONFIG_BSD_LIBRARY_SYS_INIT
¶
Initialize during SYS_INIT
Type: bool
Help¶
Initialize BSD library automatically during the SYS_INIT sequence. Please note that BSD library initialization is synchronous and can take up to one minute in case the modem firmware is updated.
Default¶
y
Kconfig definition¶
At <nRF>/lib/bsdlib/Kconfig:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:26
→ <nRF>/lib/Kconfig:11
Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → BSD Library for nrf91 → Use BSD Socket library for IP/TLS/DTLS
config BSD_LIBRARY_SYS_INIT
bool "Initialize during SYS_INIT"
default y
depends on BSD_LIBRARY
help
Initialize BSD library automatically during the SYS_INIT sequence.
Please note that BSD library 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.)