:orphan: .. title:: LWM2M .. option:: CONFIG_LWM2M *OMA LWM2M protocol stack* Type: ``bool`` Help ==== This option adds logic for managing OMA LWM2M data Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`COAP ` - \ :option:`HTTP_PARSER_URL ` - \ :option:`NET_SOCKETS ` - \ :option:`NET_SOCKETS_POSIX_NAMES ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/lwm2m/Kconfig:4`` 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 .. parsed-literal:: menuconfig LWM2M bool "OMA LWM2M protocol stack" select \ :option:`COAP ` select \ :option:`HTTP_PARSER_URL ` select \ :option:`NET_SOCKETS ` select \ :option:`NET_SOCKETS_POSIX_NAMES ` depends on \ :option:`NETWORKING ` help This option adds logic for managing OMA LWM2M data *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*