zephyr/drivers/watchdog/Kconfig.esp32
Felipe Neves 857a188c76 drivers: watchdog: esp32: enabled esp32c3
support for the unified esp32 wdt driver.

Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
2021-11-08 10:56:28 -05:00

14 lines
350 B
Plaintext

# 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.