mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/esp32s3: fix esp_spi_oct dependency in Kconfig
This commit is contained in:
parent
2da568f484
commit
620640631f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user