CONFIG_ESP32_SPIM

ESP32 SPI Master driver

Type: bool

Help

Enables support for ESP32 SPI Master driver.

Direct dependencies

SOC_ESP32 && SPI

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/spi/Kconfig.esp32:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:38<Zephyr>/drivers/spi/Kconfig:78

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

menuconfig ESP32_SPIM
    bool "ESP32 SPI Master driver"
    default y
    depends on SOC_ESP32 && SPI
    help
      Enables support for ESP32 SPI Master driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)