-
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:32
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:39
Menu path: (top menu) → Device Drivers → GPIO Drivers
config GPIO_QMSI_API_REENTRANCY bool prompt "GPIO driver API reentrancy" ifGPIO_QMSI
&& (GPIO_QMSI
||GPIO_QMSI_SS
) &&GPIO
depends onGPIO_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.)