:orphan: .. title:: LWM2M_DTLS_SUPPORT .. option:: CONFIG_LWM2M_DTLS_SUPPORT *Enable DTLS support in the LwM2M client* Type: ``bool`` Direct dependencies =================== \ :option:`LWM2M ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`TLS_CREDENTIALS ` - \ :option:`NET_SOCKETS_SOCKOPT_TLS ` - \ :option:`NET_SOCKETS_ENABLE_DTLS ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/lwm2m/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack .. parsed-literal:: config LWM2M_DTLS_SUPPORT bool "Enable DTLS support in the LwM2M client" select \ :option:`TLS_CREDENTIALS ` select \ :option:`NET_SOCKETS_SOCKOPT_TLS ` select \ :option:`NET_SOCKETS_ENABLE_DTLS ` depends on \ :option:`LWM2M ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*