-
CONFIG_LWM2M_IPSO_LIGHT_CONTROL_INSTANCE_COUNT
¶
Maximum # of IPSO Light Control object instances
Type: int
Help¶
This setting establishes the total count of IPSO Light Control instances available to the LWM2M client.
Direct dependencies¶
LWM2M_IPSO_LIGHT_CONTROL
&& LWM2M_IPSO_SUPPORT
&& LWM2M
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
LWM2M_IPSO_LIGHT_CONTROL
&&LWM2M_IPSO_SUPPORT
&&LWM2M
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/lwm2m/Kconfig.ipso:39
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:17
→ subsys/net/lib/lwm2m/Kconfig:218
Menu path: (top menu) → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack → IPSO Alliance Smart Object Support → IPSO Alliance Smart Object Support → IPSO Light Control Support
config LWM2M_IPSO_LIGHT_CONTROL_INSTANCE_COUNT int prompt "Maximum # of IPSO Light Control object instances" ifLWM2M_IPSO_LIGHT_CONTROL
&&LWM2M_IPSO_SUPPORT
&&LWM2M
&&NETWORKING
range 1 20 ifLWM2M_IPSO_LIGHT_CONTROL
&&LWM2M_IPSO_SUPPORT
&&LWM2M
&&NETWORKING
default 1 ifLWM2M_IPSO_LIGHT_CONTROL
&&LWM2M_IPSO_SUPPORT
&&LWM2M
&&NETWORKING
depends onLWM2M_IPSO_LIGHT_CONTROL
&&LWM2M_IPSO_SUPPORT
&&LWM2M
&&NETWORKING
help This setting establishes the total count of IPSO Light Control instances available to the LWM2M client.
(Definitions include propagated dependencies, including from if’s and menus.)