zephyr/drivers/reset/Kconfig.nxp_rstctl
Declan Snyder 399193f54e drivers: reset: Add NXP RSTCTL driver
Add driver for NXP RSTCTL reset controller peripheral.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2024-05-21 16:49:42 -04:00

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.