:orphan: .. title:: BSD_LIBRARY_SYS_INIT .. option:: 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. Direct dependencies =================== \ :option:`BSD_LIBRARY ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/lib/bsdlib/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:11`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/lib/Kconfig:10`` Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → BSD Library for nrf91 → Use BSD Socket library for IP/TLS/DTLS .. parsed-literal:: config BSD_LIBRARY_SYS_INIT bool "Initialize during SYS_INIT" default y depends on \ :option:`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.)*