fix(esp_system): properly exclude XTAL32K WDT from other chips

Closes https://github.com/espressif/esp-idf/issues/13955
pull/14010/head
Jakob Hasse 2024-06-12 11:50:52 +02:00
rodzic 3f827ba010
commit 22561ee408
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -484,7 +484,7 @@ menu "ESP System Settings"
config ESP_XT_WDT
bool "Initialize XTAL32K watchdog timer on startup"
depends on !IDF_TARGET_ESP32 && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)
depends on SOC_XT_WDT_SUPPORTED && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)
default n
help
This watchdog timer can detect oscillation failure of the XTAL32K_CLK. When such a failure