Skip to content

Commit b350baf

Browse files
maje-embnordicjm
authored andcommitted
dm: rpc: Enable CONFIG_SOC_NRF53_CPUNET for NRF5340
Added enabling SOC_NRF53_CPUNET_ENABLE for Distance Measurement over RPC. Ref: NCSDK-28879 Signed-off-by: Marcin Jelinski <[email protected]>
1 parent 996d5b3 commit b350baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/dm/rpc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ config DM_MODULE_RPC
99
select NRF_RPC
1010
select NRF_RPC_CBOR
1111
select EXPERIMENTAL
12+
select SOC_NRF53_CPUNET_ENABLE if SOC_NRF5340_CPUAPP
1213
depends on DM_MODULE
1314
help
1415
Enables Distance Measurement serialization over RPC.

0 commit comments

Comments
 (0)