1# NUMAKER Watchdog Driver configuration options
2
3# Copyright (c) 2024 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config WWDT_NUMAKER
7	bool "Nuvoton NUMAKER MCU Window Watchdog driver"
8	default y
9	depends on DT_HAS_NUVOTON_NUMAKER_WWDT_ENABLED
10	help
11	  This option enables the Watchdog driver for Nuvoton NuMaker family of
12	  processors.
13	  Say y if you wish to enable NuMaker WWDT.
14