From 955f2838fc74f2f2da7bd7ef58eeb215a0d94844 Mon Sep 17 00:00:00 2001 From: jingli Date: Thu, 2 Mar 2023 14:17:25 +0800 Subject: [PATCH] konfig: make rtc fast mem related kconfig depend on SOC_RTC_FAST_MEM_SUPPORTED --- components/esp_system/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_system/Kconfig b/components/esp_system/Kconfig index 7cc0ddbe56..03cc73d750 100644 --- a/components/esp_system/Kconfig +++ b/components/esp_system/Kconfig @@ -102,7 +102,7 @@ menu "ESP System Settings" default y if IDF_TARGET_ESP32H4 default y if IDF_TARGET_ESP32C6 default n if IDF_TARGET_ESP32H2 # IDF-5667 & IDF-6847 - depends on !IDF_TARGET_ESP32C2 + depends on SOC_RTC_FAST_MEM_SUPPORTED config ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP bool "Enable RTC fast memory for dynamic allocations"