esp_common: move to esp_hw_support

This commit is contained in:
Renz Bagaporo
2021-02-18 21:09:27 +08:00
parent c179ece204
commit ae15c81dbe
14 changed files with 34 additions and 100 deletions

View File

@@ -122,7 +122,7 @@ menu "ESP32-specific"
endchoice
# insert non-chip-specific items here
source "$IDF_PATH/components/esp_common/Kconfig.spiram.common"
source "$IDF_PATH/components/esp_hw_support/Kconfig.spiram.common"
config SPIRAM_CACHE_WORKAROUND
bool "Enable workaround for bug in SPI RAM cache for Rev1 ESP32s"