zephyr/drivers/watchdog/Kconfig.sifive
Katsuhiro Suzuki a688b4da73 drivers: watchdog: implement SiFive FE310 watchdog driver
This patch adds watchdog driver for HiFive1 rev.B that has SiFive
Freedom E310 SoC.

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
2021-01-14 21:31:05 -06:00

12 lines
276 B
Plaintext

# SiFive Freedom WDT configuration
# Copyright (C) 2020 Katsuhiro Suzuki
# SPDX-License-Identifier: Apache-2.0
config WDT_SIFIVE
bool "SiFive Watchdog (WDT) Driver"
depends on SOC_RISCV_SIFIVE_FREEDOM
default y
help
This option enables WDT driver for SiFive Freedom.