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: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
This commit is contained in:
Kamil Piszczek 2022-03-28 10:03:55 +02:00 committed by Carles Cufí
commit cb0d8c262f

View file

@ -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