:orphan: .. title:: choice: MPR Pressure Range .. _choice_412: .. describe:: choice: MPR Pressure Range *MPR Pressure Range* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MPR ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MPR_PRESSURE_RANGE_0025 ` Choice options ============== - \ :kconfig:`MPR_PRESSURE_RANGE_0001 ` - \ :kconfig:`MPR_PRESSURE_RANGE_01_6 ` - \ :kconfig:`MPR_PRESSURE_RANGE_02_5 ` - \ :kconfig:`MPR_PRESSURE_RANGE_0015 ` - \ :kconfig:`MPR_PRESSURE_RANGE_0025 ` - \ :kconfig:`MPR_PRESSURE_RANGE_0030 ` - \ :kconfig:`MPR_PRESSURE_RANGE_0060 ` - \ :kconfig:`MPR_PRESSURE_RANGE_0100 ` - \ :kconfig:`MPR_PRESSURE_RANGE_0160 ` - \ :kconfig:`MPR_PRESSURE_RANGE_0250 ` - \ :kconfig:`MPR_PRESSURE_RANGE_0400 ` - \ :kconfig:`MPR_PRESSURE_RANGE_0600 ` Kconfig definition ================== At ``/sensor/mpr/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:169`` Menu path: (Top) → Device Drivers → Sensor Drivers → MPR pressure sensor .. code-block:: kconfig choice bool "MPR Pressure Range" default MPR_PRESSURE_RANGE_0025 depends on MPR && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*