:orphan: .. title:: choice: Pressure oversampling. .. _choice_416: .. describe:: choice: Pressure oversampling. *Pressure oversampling.* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MS5607 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MS5607_PRES_OVER_2048X ` Choice options ============== - \ :kconfig:`MS5607_PRES_OVER_256X ` - \ :kconfig:`MS5607_PRES_OVER_512X ` - \ :kconfig:`MS5607_PRES_OVER_1024X ` - \ :kconfig:`MS5607_PRES_OVER_2048X ` - \ :kconfig:`MS5607_PRES_OVER_4096X ` Kconfig definition ================== At ``/sensor/ms5607/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:175`` Menu path: (Top) → Device Drivers → Sensor Drivers → MS5607 pressure and temperature sensor .. code-block:: kconfig choice bool "Pressure oversampling." default MS5607_PRES_OVER_2048X depends on MS5607 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*