1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config RESET_NXP_SYSCON 5 bool "NXP Syscon Reset controller driver" 6 default y 7 depends on DT_HAS_NXP_LPC_SYSCON_RESET_ENABLED 8 help 9 Enable the NXP syscon reset controller driver. 10 Syscon is found on LPC parts and LPC heritage parts. 11