| # Copyright (c) 2025 Advanced Micro Devices, Inc. |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| config XILINX_WINDOW_WATCHDOG |
| bool "Xilinx window watchdog driver" |
| default y |
| depends on DT_HAS_XLNX_VERSAL_WWDT_ENABLED |
| help |
| Enable Window watchdog driver for the versal_wwdt IP core. |
| Window watchdog timer(WWDT) contains closed(first) and |
| open(second) window with 32 bit width. Write to the watchdog |
| timer within predefined window periods of time. This means |
| a period that is not too soon and a period that is not too |
| late. The WWDT has to be restarted within the open window time. |
| If software tries to restart WWDT outside of the open window |
| time period, it generates a SOC reset. |