:orphan: .. title:: CONFIG_LWM2M .. kconfig:: CONFIG_LWM2M CONFIG_LWM2M ############ *OMA LWM2M protocol stack* Type: ``bool`` Help ==== .. code-block:: none This option adds logic for managing OMA LWM2M data Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`COAP ` - \ :kconfig:`HTTP_PARSER_URL ` - \ :kconfig:`NET_SOCKETS ` - \ :kconfig:`NET_SOCKETS_POSIX_NAMES ` Kconfig definition ================== At ``/net/lib/lwm2m/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. code-block:: kconfig menuconfig LWM2M bool "OMA LWM2M protocol stack" select COAP select HTTP_PARSER_URL select NET_SOCKETS select NET_SOCKETS_POSIX_NAMES depends on NETWORKING help This option adds logic for managing OMA LWM2M data *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*