Skip to content

Commit

Permalink
cpu/esp32s3: fix esp_spi_oct dependency in Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Jul 7, 2023
1 parent 2da568f commit 6206406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/esp32/Kconfig.esp32s3
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ if CPU_FAM_ESP32S3

config MODULE_ESP_SPI_OCT
bool
default y
default y if MODULE_ESP_SPI_RAM
depends on HAS_ESP_SPI_OCT
help
Octal SPI is used for SPI RAM.
Expand Down

0 comments on commit 6206406

Please # to comment.