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