1# Copyright The Zephyr Project Contributors
2# SPDX-License-Identifier: Apache-2.0
3
4config HWINFO_MCUX_SRC_V2
5	bool "NXP SRC reset cause (multicore devices)"
6	default y
7	depends on HAS_MCUX_SRC_V2
8	select HWINFO_HAS_DRIVER
9	help
10	  Enable version 2 multicore NXP i.MX mcux SRC hwinfo driver.
11