1# NPCX reset controller driver configuration options
2
3# Copyright (c) 2024 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config RESET_NPCX
7	bool "Nuvoton NPCX embedded controller (EC) reset controller driver"
8	default y
9	depends on DT_HAS_NUVOTON_NPCX_RST_ENABLED
10	help
11	  This option enables the reset controller driver for Nuvoton NPCX MCUs.
12