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

Maximum # of LWM2M Security object instances

Type: int

Help

This setting establishes the total count of LWM2M Security instances available to the client.

Direct dependencies

LWM2M && NETWORKING

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

Kconfig definition

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

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_SECURITY_INSTANCE_COUNT
    int
    prompt "Maximum # of LWM2M Security object instances" if LWM2M && NETWORKING
    range 1 10 if LWM2M && NETWORKING
    default 1 if LWM2M && NETWORKING
    default 2 if LWM2M_RD_CLIENT_SUPPORT_BOOTSTRAP && LWM2M && NETWORKING
    depends on LWM2M && NETWORKING
    help
      This setting establishes the total count of LWM2M Security instances
      available to the client.

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