Skip to content

Commit 30c6c4a

Browse files
committed
samples: nrf_rpc: entropy_nrf53: Use NCS network core Kconfigs
Uses the NCS sysbuild Kconfigs for configuring the remote image for this sample rather than manually adding a sample which altered the flash order Signed-off-by: Jamie McCrae <[email protected]>
1 parent f6bacee commit 30c6c4a

File tree

2 files changed

+39
-32
lines changed

2 files changed

+39
-32
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
if SUPPORT_NETCORE
8+
9+
config SUPPORT_NETCORE_REMOTE
10+
bool
11+
default y
12+
13+
config NRF_DEFAULT_REMOTE
14+
bool
15+
default y
16+
17+
choice NETCORE
18+
default NETCORE_REMOTE if NRF_DEFAULT_REMOTE && NETCORE_REMOTE_BOARD_TARGET_CPUCLUSTER != ""
19+
depends on !EXTERNAL_CONFIGURED_NETCORE
20+
21+
config NETCORE_REMOTE
22+
bool "remote"
23+
depends on SUPPORT_NETCORE_REMOTE
24+
25+
endchoice
26+
27+
if !NETCORE_NONE
28+
29+
config NETCORE_IMAGE_NAME
30+
default "remote" if NETCORE_REMOTE
31+
32+
config NETCORE_IMAGE_PATH
33+
default "${APP_DIR}/remote" if NETCORE_REMOTE
34+
35+
endif # !NETCORE_NONE
36+
37+
endif # SUPPORT_NETCORE
38+
39+
source "share/sysbuild/Kconfig"

samples/nrf_rpc/entropy_nrf53/sysbuild.cmake

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)