The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LWM2M_DTLS_SUPPORT

Enable DTLS support in the LwM2M client

Type: bool

Direct dependencies

LWM2M && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/lib/lwm2m/Kconfig:23

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:17

Menu path: (top menu) → Networking → Network Protocols → OMA LWM2M protocol stack

config LWM2M_DTLS_SUPPORT
    bool
    prompt "Enable DTLS support in the LwM2M client" if LWM2M && NETWORKING
    select TLS_CREDENTIALS if LWM2M && NETWORKING
    select NET_SOCKETS_SOCKOPT_TLS if LWM2M && NETWORKING
    select NET_SOCKETS_ENABLE_DTLS if LWM2M && NETWORKING
    depends on LWM2M && NETWORKING

(Definitions include propagated dependencies, including from if’s and menus.)