CONFIG_LWM2M

OMA LWM2M protocol stack

Type: bool

Help

This option adds logic for managing OMA LWM2M data

Direct dependencies

NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:17

Menu path: (top menu) → Networking → Network Protocols

menuconfig LWM2M
    bool
    prompt "OMA LWM2M protocol stack" if NETWORKING
    select COAP if NETWORKING
    select NET_APP_CLIENT if NETWORKING
    select HTTP_PARSER_URL if NETWORKING
    depends on NETWORKING
    help
      This option adds logic for managing OMA LWM2M data

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