-
CONFIG_SPI_ASYNC
¶
Enable Asynchronous call support
Type: bool
Help¶
This option enables the asynchronous API calls.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/spi/Kconfig:19
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:38
Menu path: (top menu) → Device Drivers → SPI hardware bus support
config SPI_ASYNC bool prompt "Enable Asynchronous call support" ifSPI
selectPOLL
ifSPI
depends onSPI
help This option enables the asynchronous API calls.
(Definitions include propagated dependencies, including from if’s and menus.)