:orphan: .. title:: choice: IPSO Humidity Sensor object version .. _choice_606: .. describe:: choice: IPSO Humidity Sensor object version *IPSO Humidity Sensor object version* Type: ``bool`` Help ==== .. code-block:: none Select which version of the IPSO Humidity Sensor object should be used. Direct dependencies =================== \ :kconfig:`LWM2M_IPSO_HUMIDITY_SENSOR ` && \ :kconfig:`LWM2M_IPSO_SUPPORT ` && \ :kconfig:`LWM2M ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LWM2M_IPSO_HUMIDITY_SENSOR_VERSION_1_0 ` Choice options ============== - \ :kconfig:`LWM2M_IPSO_HUMIDITY_SENSOR_VERSION_1_0 ` - \ :kconfig:`LWM2M_IPSO_HUMIDITY_SENSOR_VERSION_1_1 ` Kconfig definition ================== At ``/net/lib/lwm2m/Kconfig.ipso:96`` 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 Humidity Sensor Support .. code-block:: kconfig choice bool "IPSO Humidity Sensor object version" default LWM2M_IPSO_HUMIDITY_SENSOR_VERSION_1_0 depends on LWM2M_IPSO_HUMIDITY_SENSOR && LWM2M_IPSO_SUPPORT && LWM2M && NETWORKING help Select which version of the IPSO Humidity Sensor object should be used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*