1# SiFive Freedom WDT configuration
2
3# Copyright (C) 2020 Katsuhiro Suzuki
4# SPDX-License-Identifier: Apache-2.0
5
6config WDT_SIFIVE
7 bool "SiFive Watchdog (WDT) Driver"
8 default y
9 depends on DT_HAS_SIFIVE_WDT_ENABLED
10 help
11 This option enables WDT driver for SiFive Freedom.
12