1# Nuvoton NuMaker Reset Controller configuration options
2
3# Copyright (c) 2023 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config RESET_NUMAKER
7	bool "Nuvoton NuMaker reset controller driver"
8	default y
9	depends on DT_HAS_NUVOTON_NUMAKER_RST_ENABLED
10	help
11	  This option enables the reset controller driver for Nuvoton NuMaker MCUs.
12