1# ESP32 WDT configuration 2 3# Copyright (C) 2017 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config WDT_ESP32 7 bool "ESP32 Watchdog (WDT) Driver" 8 default y 9 depends on DT_HAS_ESPRESSIF_ESP32_WATCHDOG_ENABLED 10 select HAS_WDT_DISABLE_AT_BOOT 11 help 12 Enable WDT driver for ESP32. 13 14config WDT_XT_ESP32 15 bool "ESP32 Watchdog for External 32K Crystal Driver" 16 default y 17 depends on DT_HAS_ESPRESSIF_ESP32_XT_WDT_ENABLED 18 help 19 Enable WDT driver for ESP32. 20