:orphan: .. title:: BSD_LIBRARY .. option:: CONFIG_BSD_LIBRARY *Use BSD Socket library for IP/TLS/DTLS* Type: ``bool`` Help ==== Use Nordic BSD Socket library. Direct dependencies =================== \ :option:`TRUSTED_EXECUTION_NONSECURE ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`FLOAT ` if \ :option:`TRUSTED_EXECUTION_NONSECURE ` - \ :option:`NET_RAW_MODE ` if \ :option:`TRUSTED_EXECUTION_NONSECURE ` Symbols that select this symbol =============================== - \ :option:`MODEM_INFO ` - \ :option:`LTE_LINK_CONTROL ` Kconfig definition ================== .. highlight:: kconfig At ``../nrf/lib/bsdlib/Kconfig:8`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:10`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:10`` → ``../nrf/lib/Kconfig:9`` Menu path: (top menu) → Nordic nRF Connect → Libraries → BSD Library for nrf91 .. parsed-literal:: config BSD_LIBRARY bool prompt "Use BSD Socket library for IP/TLS/DTLS" if \ :option:`TRUSTED_EXECUTION_NONSECURE ` select \ :option:`FLOAT ` if \ :option:`TRUSTED_EXECUTION_NONSECURE ` select \ :option:`NET_RAW_MODE ` if \ :option:`TRUSTED_EXECUTION_NONSECURE ` depends on \ :option:`TRUSTED_EXECUTION_NONSECURE ` help Use Nordic BSD Socket library. *(Definitions include propagated dependencies, including from if's and menus.)*