1# Copyright (c) 2021 ITE Corporation. All Rights Reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4config WDT_ITE_IT8XXX2
5	bool "ITE it8xxx2 Watchdog Timer (WDT) driver"
6	depends on SOC_IT8XXX2
7	default y
8	help
9	  This option enables the Watchdog Timer driver for ITE it8xxx2.
10	  This driver supports only one channel that id is 0 and 16-bits
11	  resolution WDT.
12
13config WDT_ITE_WARNING_LEADING_TIME_MS
14	int "Number of ms before generating watchdog event/signal"
15	default 500
16	help
17	  This option defines the window in which a watchdog event must be
18	  handled. After this time window, the watchdog reset triggers
19	  immediately.
20