:orphan: .. title:: choice: LwM2M Connectivity Monitor object version .. _choice_526: .. describe:: choice: LwM2M Connectivity Monitor object version *LwM2M Connectivity Monitor object version* Type: ``bool`` Help ==== .. code-block:: none Select Which version of the Connectivity Monitor object should be used. Direct dependencies =================== \ :kconfig:`LWM2M_CONN_MON_OBJ_SUPPORT ` && \ :kconfig:`LWM2M ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LWM2M_CONNMON_OBJECT_VERSION_1_0 ` Choice options ============== - \ :kconfig:`LWM2M_CONNMON_OBJECT_VERSION_1_0 ` - \ :kconfig:`LWM2M_CONNMON_OBJECT_VERSION_1_2 ` Kconfig definition ================== At ``/net/lib/lwm2m/Kconfig:274`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/lib/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack → Connectivity Monitoring object support .. code-block:: kconfig choice bool "LwM2M Connectivity Monitor object version" default LWM2M_CONNMON_OBJECT_VERSION_1_0 depends on LWM2M_CONN_MON_OBJ_SUPPORT && LWM2M && NETWORKING help Select Which version of the Connectivity Monitor object should be used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*