1# Copyright 2024 Daniel DeGrasse <daniel@degrasse.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config SECOND_CORE_MCUX_LAUNCHER 5 bool "Load minimal application to primary core to boot secondary one" 6 default y if (SOC_MIMXRT1176_CM4 || SOC_MIMXRT1166_CM4) 7 depends on SOC_SERIES_IMXRT11XX 8 help 9 Load a minimal application to the primary core to boot the secondary 10 one. The primary core will be loaded with the samples/basic/minimal 11 application, and the appropriate configuration will be set to 12 boot the secondary core during startup. 13