:orphan: .. title:: choice: MPR Transfer Function .. _choice_287: .. describe:: choice: MPR Transfer Function *MPR Transfer Function* Type: ``bool`` Direct dependencies =================== \ :option:`MPR ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`MPR_TRANSFER_FUNCTION_A ` Choice options ============== - \ :option:`MPR_TRANSFER_FUNCTION_A ` - \ :option:`MPR_TRANSFER_FUNCTION_B ` - \ :option:`MPR_TRANSFER_FUNCTION_C ` Kconfig definition ================== At ``/sensor/mpr/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:159`` Menu path: (Top) → Device Drivers → Sensor Drivers → MPR pressure sensor .. code-block:: kconfig choice bool "MPR Transfer Function" default MPR_TRANSFER_FUNCTION_A depends on MPR && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*