mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 02:02:41 +00:00
Add driver for NXP RSTCTL reset controller peripheral. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RESET_NXP_RSTCTL
|
|
bool "NXP RSTCTL driver"
|
|
default y
|
|
depends on DT_HAS_NXP_RSTCTL_ENABLED
|
|
help
|
|
Enable the driver for the NXP RSTCTL,
|
|
a peripheral reset controller.
|