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

Enable Asynchronous call support

Type: bool

Help

This option enables the asynchronous API calls.

Direct dependencies

SPI

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/spi/Kconfig:20

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:36

Menu path: (top menu) → Device Drivers → SPI hardware bus support

config SPI_ASYNC
    bool
    prompt "Enable Asynchronous call support" if SPI
    select POLL if SPI
    depends on SPI
    help
      This option enables the asynchronous API calls.

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