Commit cb0d8c26 authored by Kamil Piszczek's avatar Kamil Piszczek Committed by Carles Cufi
Browse files

soc: arm: nordic_nrf: enable shared memory reset for nRF53 App Core



Enabled the Shared Memory Reset feature for nRF5340 Application Core
when the RPMsg backend for IPC Service is enabled.

Signed-off-by: default avatarKamil Piszczek <Kamil.Piszczek@nordicsemi.no>
parent 33408fa7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -20,4 +20,11 @@ config NET_CONFIG_IEEE802154_DEV_NAME
config HEAP_MEM_POOL_SIZE
	default 4096 if NRF_802154_SER_HOST

if IPC_SERVICE_BACKEND_RPMSG

config IPC_SERVICE_BACKEND_RPMSG_SHMEM_RESET
	default y

endif # IPC_SERVICE_BACKEND_RPMSG

endif # SOC_NRF5340_CPUAPP_QKAA