1# Copyright (c) 2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4config VPR_LAUNCHER 5 bool "VPR launcher" 6 default y 7 depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54H20_CPUFLPR || SOC_NRF54L15_CPUFLPR || SOC_NRF9280_CPUPPR) 8 help 9 Include VPR launcher in build. 10 VPR launcher is a minimal sample built for an ARM core that starts given VPR core. 11 It is based on samples/basic/minimal with an appropriate snippet. 12