-
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 <Zephyr>/drivers/spi/Kconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:38
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_ASYNC bool "Enable Asynchronous call support" selectPOLL
depends onSPI
help This option enables the asynchronous API calls.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)