:orphan: .. title:: choice: BME680 gas sensor's heating duration in milliseconds .. _choice_357: .. describe:: choice: BME680 gas sensor's heating duration in milliseconds *BME680 gas sensor's heating duration in milliseconds* Type: ``bool`` Help ==== .. code-block:: none Select the gas sensor's heating duration for the BME680 sensor. Direct dependencies =================== \ :kconfig:`BME680 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BME680_HEATR_DUR_LP ` Choice options ============== - \ :kconfig:`BME680_HEATR_DUR_LP ` - \ :kconfig:`BME680_HEATR_DUR_ULP ` Kconfig definition ================== At ``/sensor/bme680/Kconfig:102`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:63`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME680 sensor .. code-block:: kconfig choice bool "BME680 gas sensor's heating duration in milliseconds" default BME680_HEATR_DUR_LP depends on BME680 && SENSOR help Select the gas sensor's heating duration for the BME680 sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*