Merge branch 'bugfix/remove_mislead_psram_type_is25' into 'master'

Kconfig: remove misleading psram name IS25WP032 in the Kconfig option

See merge request espressif/esp-idf!18025
This commit is contained in:
Michael (XIAO Xufeng) 2022-05-16 00:09:09 +08:00
commit cb1abdf33e
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ menu "ESP32-specific"
bool "ESP-PSRAM16 or APS1604"
config SPIRAM_TYPE_ESPPSRAM32
bool "ESP-PSRAM32 or IS25WP032"
bool "ESP-PSRAM32"
config SPIRAM_TYPE_ESPPSRAM64
bool "ESP-PSRAM64 or LY68L6400"

View File

@ -108,7 +108,7 @@ menu "ESP32S2-specific"
bool "ESP-PSRAM16 or APS1604"
config SPIRAM_TYPE_ESPPSRAM32
bool "ESP-PSRAM32 or IS25WP032"
bool "ESP-PSRAM32"
config SPIRAM_TYPE_ESPPSRAM64
bool "ESP-PSRAM64 or LY68L6400"

View File

@ -177,7 +177,7 @@ menu "ESP32S3-Specific"
depends on SPIRAM_MODE_QUAD
config SPIRAM_TYPE_ESPPSRAM32
bool "ESP-PSRAM32 or IS25WP032"
bool "ESP-PSRAM32"
depends on SPIRAM_MODE_QUAD
config SPIRAM_TYPE_ESPPSRAM64