From 76a46a939c0a71f9ed2d0a735880945c4fb10733 Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Fri, 6 May 2022 22:48:32 +0800 Subject: [PATCH] Kconfig: remove misleading psram name IS25WP032 in the Kconfig option Closes: https://github.com/espressif/esp-idf/issues/8863 --- components/esp32/Kconfig | 2 +- components/esp32s2/Kconfig | 2 +- components/esp32s3/Kconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/esp32/Kconfig b/components/esp32/Kconfig index 060c642c0d..8358ef1835 100644 --- a/components/esp32/Kconfig +++ b/components/esp32/Kconfig @@ -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" diff --git a/components/esp32s2/Kconfig b/components/esp32s2/Kconfig index cd25430a01..73ff4afb39 100644 --- a/components/esp32s2/Kconfig +++ b/components/esp32s2/Kconfig @@ -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" diff --git a/components/esp32s3/Kconfig b/components/esp32s3/Kconfig index a2f7a2d5e7..8beba379c9 100644 --- a/components/esp32s3/Kconfig +++ b/components/esp32s3/Kconfig @@ -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