zephyr/drivers/spi/Kconfig.esp32
Glauber Maroto Ferreira 7468121f19 esp32s2: drivers: spi: add driver support
and hooks to spi_loopback test.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
2021-10-10 14:52:41 -04:00

20 lines
435 B
Text

# ESP32 SPI configuration
# Copyright (c) 2020 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0
menuconfig ESP32_SPIM
bool "ESP32 SPI Master driver"
depends on SOC_ESP32 || SOC_ESP32S2
default y
help
Enables support for ESP32 SPI Master driver.
if ESP32_SPIM
config SPI_ESP32_INTERRUPT
bool "ESP32 SPI interrupt mode"
help
Enables interrupt support for ESP32 SPI driver.
endif # ESP32_SPIM