We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4abb34 commit 5d57637Copy full SHA for 5d57637
soc/nordic/common/vpr/Kconfig.sysbuild
@@ -4,7 +4,7 @@
4
config VPR_LAUNCHER
5
bool "VPR launcher"
6
default y
7
- depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54H20_CPUFLPR || SOC_NRF54L15_CPUFLPR || SOC_NRF9280_CPUPPR)
+ depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54H20_ENGB_CPUPPR || SOC_NRF54H20_CPUFLPR || SOC_NRF54H20_ENGB_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.
0 commit comments