:orphan: .. title:: choice: IPSO Push Button object version .. _choice_611: .. describe:: choice: IPSO Push Button object version *IPSO Push Button object version* Type: ``bool`` Help ==== .. code-block:: none Select which version of the IPSO Push Button object should be used. Direct dependencies =================== \ :kconfig:`LWM2M_IPSO_PUSH_BUTTON ` && \ :kconfig:`LWM2M_IPSO_SUPPORT ` && \ :kconfig:`LWM2M ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LWM2M_IPSO_PUSH_BUTTON_VERSION_1_0 ` Choice options ============== - \ :kconfig:`LWM2M_IPSO_PUSH_BUTTON_VERSION_1_0 ` - \ :kconfig:`LWM2M_IPSO_PUSH_BUTTON_VERSION_1_1 ` Kconfig definition ================== At ``/net/lib/lwm2m/Kconfig.ipso:273`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:18`` → ``/net/lib/lwm2m/Kconfig:312`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack → IPSO Alliance Smart Object Support → IPSO Alliance Smart Object Support → IPSO Push Button Support .. code-block:: kconfig choice bool "IPSO Push Button object version" default LWM2M_IPSO_PUSH_BUTTON_VERSION_1_0 depends on LWM2M_IPSO_PUSH_BUTTON && LWM2M_IPSO_SUPPORT && LWM2M && NETWORKING help Select which version of the IPSO Push Button object should be used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*