Skip to content

Commit 1d2a274

Browse files
committed
[nrf fromtree] soc: nordic: nrf71: Enable VPR launcher sysbuild Kconfig for cpuflpr
Add missing Kconfig.sysbuild to enable VPR launcher image when building for the FLPR core. Signed-off-by: Dhanoo Surasarang <dhanoo.surasarang@nordicsemi.no> (cherry picked from commit a03d8d0)
1 parent 4325b1d commit 1d2a274

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

soc/nordic/nrf71/Kconfig.sysbuild

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Copyright (c) 2026 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4+
if SOC_NRF7120_ENGA_CPUFLPR
5+
6+
config HAS_NORDIC_VPR_LAUNCHER_IMAGE
7+
default y
8+
9+
endif
10+
411
config SOC_NRF71_GENERATE_UICR
512
bool "Generate nRF71 UICR hex"
613
depends on SOC_SERIES_NRF71

0 commit comments

Comments
 (0)