CONFIG_SPI_ESP32_INTERRUPT¶
ESP32 SPI interrupt mode
Type: bool
Help¶
Enables interrupt support for ESP32 SPI driver.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/spi/Kconfig.esp32:15
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:40 → <Zephyr Driver>/spi/Kconfig:80
Menu path: (Top) → Device Drivers → SPI hardware bus support → ESP32 SPI Master driver
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.)