1# OpenTitan Always-On Timer support
2
3# Copyright (c) 2023, Rivos Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config WDT_OPENTITAN
7	bool "OpenTitan Always-On (AON) Timer"
8	depends on DT_HAS_LOWRISC_OPENTITAN_AONTIMER_ENABLED
9	default y
10	select HAS_WDT_MULTISTAGE
11	help
12	  This option enables support for the watchdog portion of the OpenTitan AON
13	  timer.
14