blob: 13aca00f1123de9ac80ebebadf30254577e16f3a [file] [log] [blame]
# 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
default $(dt_compat_enabled,$(DT_COMPAT_ESP32_WDT))
help
Enable WDT driver for ESP32.