diff --git a/components/esp32/Kconfig b/components/esp32/Kconfig index 8a11c6c8eb..83aea44cc9 100644 --- a/components/esp32/Kconfig +++ b/components/esp32/Kconfig @@ -579,7 +579,7 @@ menu "ESP32-specific" config ESP32_RTC_CLK_CAL_CYCLES int "Number of cycles for RTC_SLOW_CLK calibration" - default 3000 if ESP32_RTC_CLK_SRC_EXT_CRYS + default 3000 if ESP32_RTC_CLK_SRC_EXT_CRYS || ESP32_RTC_CLK_SRC_EXT_OSC || ESP32_RTC_CLK_SRC_INT_8MD256 default 1024 if ESP32_RTC_CLK_SRC_INT_RC range 0 27000 if ESP32_RTC_CLK_SRC_EXT_CRYS || ESP32_RTC_CLK_SRC_EXT_OSC || ESP32_RTC_CLK_SRC_INT_8MD256 range 0 32766 if ESP32_RTC_CLK_SRC_INT_RC diff --git a/components/esp32s2/Kconfig b/components/esp32s2/Kconfig index acf665b9c1..d43da4955b 100644 --- a/components/esp32s2/Kconfig +++ b/components/esp32s2/Kconfig @@ -445,7 +445,7 @@ menu "ESP32S2-specific" config ESP32S2_RTC_CLK_CAL_CYCLES int "Number of cycles for RTC_SLOW_CLK calibration" - default 3000 if ESP32S2_RTC_CLK_SRC_EXT_CRYS + default 3000 if ESP32S2_RTC_CLK_SRC_EXT_CRYS || ESP32S2_RTC_CLK_SRC_EXT_OSC || ESP32S2_RTC_CLK_SRC_INT_8MD256 default 576 if ESP32S2_RTC_CLK_SRC_INT_RC range 0 125000 help