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