esp32s2: drivers: spi: add driver support
and hooks to spi_loopback test. Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
parent
26131ba5d4
commit
7468121f19
7 changed files with 60 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
menuconfig ESP32_SPIM
|
||||
bool "ESP32 SPI Master driver"
|
||||
depends on SOC_ESP32
|
||||
depends on SOC_ESP32 || SOC_ESP32S2
|
||||
default y
|
||||
help
|
||||
Enables support for ESP32 SPI Master driver.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue