a688b4da73
This patch adds watchdog driver for HiFive1 rev.B that has SiFive Freedom E310 SoC. Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
12 lines
276 B
Plaintext
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.
|