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	help
11	  Synopsys DesignWare Watchdog driver.
12