:orphan: .. title:: CONFIG_SPI_ESP32_INTERRUPT .. kconfig:: CONFIG_SPI_ESP32_INTERRUPT CONFIG_SPI_ESP32_INTERRUPT ########################## *ESP32 SPI interrupt mode* Type: ``bool`` Help ==== .. code-block:: none Enables interrupt support for ESP32 SPI driver. Direct dependencies =================== \ :kconfig:`ESP32_SPIM ` && \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/spi/Kconfig.esp32:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:80`` Menu path: (Top) → Device Drivers → SPI hardware bus support → ESP32 SPI Master driver .. code-block:: kconfig config SPI_ESP32_INTERRUPT bool "ESP32 SPI interrupt mode" depends on ESP32_SPIM && SPI help Enables interrupt support for ESP32 SPI driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*