:orphan: .. title:: choice: MPR Transfer Function .. _choice_414: .. describe:: choice: MPR Transfer Function *MPR Transfer Function* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MPR ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MPR_TRANSFER_FUNCTION_A ` Choice options ============== - \ :kconfig:`MPR_TRANSFER_FUNCTION_A ` - \ :kconfig:`MPR_TRANSFER_FUNCTION_B ` - \ :kconfig:`MPR_TRANSFER_FUNCTION_C ` Kconfig definition ================== At ``/sensor/mpr/Kconfig:56`` 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 Transfer Function" default MPR_TRANSFER_FUNCTION_A depends on MPR && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*