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 select HAS_WDT_DISABLE_AT_BOOT 11 help 12 This option enables WDT driver for SiFive Freedom. 13