Merge branch 'bugfix/remove_ref_non_ex_options' into 'master'

config: removed references to non-existing kconfig options

See merge request espressif/esp-idf!17495
This commit is contained in:
Ivan Grokhotkov
2022-03-25 18:02:54 +08:00
12 changed files with 18 additions and 36 deletions

View File

@@ -35,11 +35,7 @@ static const char *TAG = "clk";
*/
#define SLOW_CLK_CAL_CYCLES CONFIG_ESP32S3_RTC_CLK_CAL_CYCLES
#ifdef CONFIG_ESP32S3_RTC_XTAL_CAL_RETRY
#define RTC_XTAL_CAL_RETRY CONFIG_ESP32S3_RTC_XTAL_CAL_RETRY
#else
#define RTC_XTAL_CAL_RETRY 1
#endif
/* Lower threshold for a reasonably-looking calibration value for a 32k XTAL.
* The ideal value (assuming 32768 Hz frequency) is 1000000/32768*(2**19) = 16*10^6.