zephyr/drivers/watchdog/Kconfig.wch
Michael Hope 7f21dc2dfa drivers: watchdog: add a CH32V00x Independent Watchdog (IWDT) driver
The CH32V003 has a built-in watchdog that runs off the low speed
internal oscillator. Add a driver.

Signed-off-by: Michael Hope <michaelh@juju.nz>
2025-04-26 10:55:17 +02:00

11 lines
302 B
Plaintext

# Copyright (c) 2025 Michael Hope <michaelh@juju.nz>
# SPDX-License-Identifier: Apache-2.0
config WDT_IWDG_WCH
bool "WCH Independent Watchdog (IWDG) driver"
default y
depends on DT_HAS_WCH_IWDG_ENABLED
help
Enable the Independent Watchdog (IWDG) driver. Tested on the
CH32V003 and CH32V208.