boards: remove MBOX_NRFX_IPC default from nRF5340 based boards

It is no longer needed, Kconfig option is enabled based on DT status.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-08-13 14:27:09 +02:00 committed by Fabio Baltieri
commit 12199258d8
8 changed files with 0 additions and 32 deletions

View file

@ -102,9 +102,6 @@ endif # BOARD_BL5340_DVK_NRF5340_CPUAPP || BOARD_BL5340_DVK_NRF5340_CPUAPP_NS
config IPM_NRFX config IPM_NRFX
default IPM default IPM
config MBOX_NRFX_IPC
default MBOX
if BOARD_BL5340_DVK_NRF5340_CPUNET if BOARD_BL5340_DVK_NRF5340_CPUNET
# BT_CTLR depends on BT. When BT is enabled we should default to also # BT_CTLR depends on BT. When BT is enabled we should default to also

View file

@ -48,13 +48,6 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
default 4096 if NRF_802154_SER_HOST && BOARD_NRF5340BSIM_NRF5340_CPUAPP default 4096 if NRF_802154_SER_HOST && BOARD_NRF5340BSIM_NRF5340_CPUAPP
default 4096 if NRF_802154_SER_RADIO && BOARD_NRF5340BSIM_NRF5340_CPUNET default 4096 if NRF_802154_SER_RADIO && BOARD_NRF5340BSIM_NRF5340_CPUNET
if BOARD_NRF5340BSIM_NRF5340_CPUAPP || BOARD_NRF5340BSIM_NRF5340_CPUNET
config MBOX_NRFX_IPC
default MBOX
endif # BOARD_NRF5340BSIM_NRF5340_CPUAPP || BOARD_NRF5340BSIM_NRF5340_CPUNET
if BOARD_NRF5340BSIM_NRF5340_CPUAPP if BOARD_NRF5340BSIM_NRF5340_CPUAPP
config IPC_SERVICE_BACKEND_RPMSG_SHMEM_RESET config IPC_SERVICE_BACKEND_RPMSG_SHMEM_RESET

View file

@ -65,9 +65,6 @@ endif # BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP || BOARD_NRF5340_AUDIO_DK_NRF5340_
config IPM_NRFX config IPM_NRFX
default IPM default IPM
config MBOX_NRFX_IPC
default MBOX
if BOARD_NRF5340_AUDIO_DK_NRF5340_CPUNET if BOARD_NRF5340_AUDIO_DK_NRF5340_CPUNET
config BT_CTLR config BT_CTLR

View file

@ -53,13 +53,6 @@ config FLASH_LOAD_SIZE
endif # BOARD_NRF5340DK_NRF5340_CPUAPP_NS endif # BOARD_NRF5340DK_NRF5340_CPUAPP_NS
endif # BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS
config MBOX_NRFX_IPC
default MBOX
if BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS
config BT_HCI_IPC config BT_HCI_IPC
default y if BT default y if BT

View file

@ -9,9 +9,6 @@ config THINGY53_INIT_PRIORITY
help help
Initialization priority of the Thingy:53. Initialization priority of the Thingy:53.
config MBOX_NRFX_IPC
default MBOX
if BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS if BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
config BOARD_SERIAL_BACKEND_CDC_ACM config BOARD_SERIAL_BACKEND_CDC_ACM

View file

@ -3,9 +3,6 @@
# Copyright (c) 2023 Panasonic Industrial Devices Europe GmbH # Copyright (c) 2023 Panasonic Industrial Devices Europe GmbH
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config MBOX_NRFX_IPC
default MBOX
if SOC_NRF5340_CPUAPP_QKAA if SOC_NRF5340_CPUAPP_QKAA
config BT_HCI_IPC config BT_HCI_IPC

View file

@ -65,9 +65,6 @@ endif # BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUAPP || BOARD_RAYTAC_MDBT53_DB_40_NR
config IPM_NRFX config IPM_NRFX
default IPM default IPM
config MBOX_NRFX_IPC
default MBOX
if BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUNET if BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUNET
config BT_CTLR config BT_CTLR

View file

@ -65,9 +65,6 @@ endif # BOARD_RAYTAC_MDBT53V_DB_40_NRF5340_CPUAPP || BOARD_RAYTAC_MDBT53V_DB_40_
config IPM_NRFX config IPM_NRFX
default IPM default IPM
config MBOX_NRFX_IPC
default MBOX
if BOARD_RAYTAC_MDBT53V_DB_40_NRF5340_CPUNET if BOARD_RAYTAC_MDBT53V_DB_40_NRF5340_CPUNET
config BT_CTLR config BT_CTLR