CONFIG_BSD_LIBRARY

Use BSD Socket library for IP/TLS/DTLS

Type: bool

Help

Use Nordic BSD Socket library.

Direct dependencies

TRUSTED_EXECUTION_NONSECURE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols implied by this symbol

Symbols that select this symbol

Kconfig definition

At <nRF>/lib/bsdlib/Kconfig:8

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

config BSD_LIBRARY
    bool "Use BSD Socket library for IP/TLS/DTLS"
    select NET_SOCKETS_POSIX_NAMES
    imply FPU
    imply FPU_SHARING
    imply NET_SOCKETS_OFFLOAD
    depends on TRUSTED_EXECUTION_NONSECURE
    help
      Use Nordic BSD Socket library.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)