1# Synopsys DesignWare Watchdog configuration options
2
3# Copyright (c) 2022 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config WDT_DW
7	bool "Synopsys DesignWare Watchdog driver"
8	default y
9	depends on DT_HAS_SNPS_DESIGNWARE_WATCHDOG_ENABLED
10	select HAS_WDT_DISABLE_AT_BOOT
11	help
12	  Synopsys DesignWare Watchdog driver.
13