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:
parent
33408fa7af
commit
cb0d8c262f
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue