1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config RESET_NXP_RSTCTL
5	bool "NXP RSTCTL driver"
6	default y
7	depends on DT_HAS_NXP_RSTCTL_ENABLED
8	help
9	  Enable the driver for the NXP RSTCTL,
10	  a peripheral reset controller.
11