From cb71469f85b5d07586627d1b43eb6de8d61336cd Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 15 Dec 2020 15:40:35 +0900 Subject: [PATCH] esp32: Fix a typo. ESP_SPIRAM_BOOT_INIT -> ESP32_SPIRAM_BOOT_INIT --- arch/xtensa/src/esp32/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig index 9fe62031b1..0a4a19dda0 100644 --- a/arch/xtensa/src/esp32/Kconfig +++ b/arch/xtensa/src/esp32/Kconfig @@ -569,7 +569,7 @@ config ESP32_SPIRAM_BOOT_INIT config ESP32_SPIRAM_IGNORE_NOTFOUND bool "Ignore PSRAM when not found" default "n" - depends on ESP_SPIRAM_BOOT_INIT && !BOOT_SDRAM_DATA + depends on ESP32_SPIRAM_BOOT_INIT && !BOOT_SDRAM_DATA help Normally, if psram initialization is enabled during compile time but not found at runtime, it is seen as an error making the CPU