soc: nordic: vpr: allow building VPR launcher for FLPR

VPR launcher can also be used for FLPR.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-27 16:51:18 +02:00 committed by Carles Cufí
commit 4bc55acaff

View file

@ -4,7 +4,7 @@
config VPR_LAUNCHER config VPR_LAUNCHER
bool "VPR launcher" bool "VPR launcher"
default y default y
depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54L15_ENGA_CPUFLPR) depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54H20_CPUFLPR || SOC_NRF54L15_ENGA_CPUFLPR)
help help
Include VPR launcher in build. Include VPR launcher in build.
VPR launcher is a minimal sample built for an ARM core that starts given VPR core. VPR launcher is a minimal sample built for an ARM core that starts given VPR core.