-
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.
Defaults¶
- 1 if
LWM2M
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/lwm2m/Kconfig:74
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/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" ifLWM2M
&&NETWORKING
range 1 10 ifLWM2M
&&NETWORKING
default 1 ifLWM2M
&&NETWORKING
depends onLWM2M
&&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.)