# ESP32 WDT configuration # Copyright (C) 2017 Intel Corporation # SPDX-License-Identifier: Apache-2.0 DT_COMPAT_ESP32_WDT := espressif,esp32-watchdog config WDT_ESP32 bool "ESP32 Watchdog (WDT) Driver" depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 default $(dt_compat_enabled,$(DT_COMPAT_ESP32_WDT)) help Enable WDT driver for ESP32.