:orphan: .. title:: CONFIG_SPI_ASYNC .. kconfig:: CONFIG_SPI_ASYNC CONFIG_SPI_ASYNC ################ *Enable Asynchronous call support* Type: ``bool`` Help ==== .. code-block:: none This option enables the asynchronous API calls. Direct dependencies =================== \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`POLL ` Kconfig definition ================== At ``/spi/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_ASYNC bool "Enable Asynchronous call support" select POLL depends on SPI help This option enables the asynchronous API calls. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*