Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
87a751c266da02b53193852e336c3227bf7a3672
/
.
/
drivers
/
watchdog
/
Kconfig.esp32
blob: 68eb9e5577935c024e8c5fc5673f9f8b82e4913e [
file
] [
log
] [
blame
]
# ESP32 WDT configuration
# Copyright (C) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config WDT_ESP32
bool
"ESP32 Watchdog (WDT) Driver"
default
y
depends on DT_HAS_ESPRESSIF_ESP32_WATCHDOG_ENABLED
help
Enable
WDT driver
for
ESP32
.