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