1# Intel ADSP Watchdog configuration options
2
3# Copyright (c) 2023 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config WDT_INTEL_ADSP
7	bool "Intel ADSP Watchdog driver"
8	default y
9	depends on DT_HAS_INTEL_ADSP_WATCHDOG_ENABLED
10	help
11	  Intel ADSP Watchdog driver.
12