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:
parent
3f3ffb91ad
commit
4bc55acaff
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue