2019-11-01 20:45:29 +08:00
|
|
|
# ESP32 WDT configuration
|
|
|
|
|
2017-06-28 07:20:45 +08:00
|
|
|
# Copyright (C) 2017 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-04-21 02:26:23 +08:00
|
|
|
config WDT_ESP32
|
2017-06-28 07:20:45 +08:00
|
|
|
bool "ESP32 Watchdog (WDT) Driver"
|
2022-07-22 05:24:59 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ESPRESSIF_ESP32_WATCHDOG_ENABLED
|
2024-05-21 22:57:07 +08:00
|
|
|
select HAS_WDT_DISABLE_AT_BOOT
|
2017-06-28 07:20:45 +08:00
|
|
|
help
|
|
|
|
Enable WDT driver for ESP32.
|
2024-05-13 20:54:00 +08:00
|
|
|
|
|
|
|
config WDT_XT_ESP32
|
|
|
|
bool "ESP32 Watchdog for External 32K Crystal Driver"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_ESPRESSIF_ESP32_XT_WDT_ENABLED
|
|
|
|
help
|
|
|
|
Enable WDT driver for ESP32.
|