:orphan: .. title:: choice: MPR Pressure Unit .. _choice_278: .. describe:: choice: MPR Pressure Unit *MPR Pressure Unit* Type: ``bool`` Direct dependencies =================== \ :option:`MPR ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`MPR_PRESSURE_UNIT_P ` Choice options ============== - \ :option:`MPR_PRESSURE_UNIT_P ` - \ :option:`MPR_PRESSURE_UNIT_K ` - \ :option:`MPR_PRESSURE_UNIT_B ` - \ :option:`MPR_PRESSURE_UNIT_M ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/mpr/Kconfig:43`` 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 Unit" default \ :option:`MPR_PRESSURE_UNIT_P ` depends on \ :option:`MPR ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*