The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_GPIO_QMSI_API_REENTRANCY

GPIO driver API reentrancy

Type: bool

Help

Enable support for QMSI GPIO driver API reentrancy.

Direct dependencies

GPIO_QMSI && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/gpio/Kconfig.qmsi:34

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:29

Menu path: (top menu) → Device Drivers → GPIO Drivers

config GPIO_QMSI_API_REENTRANCY
    bool
    prompt "GPIO driver API reentrancy" if GPIO_QMSI && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO
    depends on GPIO_QMSI && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO
    help
      Enable support for QMSI GPIO driver API reentrancy.

(Definitions include propagated dependencies, including from if’s and menus.)