1# Ratac MDBT53-DB-40 nRF5340 board configuration 2 3# Copyright (c) 2019 - 2021 Nordic Semiconductor ASA 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUAPP || BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUAPP_NS 7 8config DOMAIN_CPUNET_BOARD 9 string 10 default "raytac_mdbt53_db_40/nrf5340/cpunet" 11 help 12 The board which will be used for CPUNET domain when creating a multi 13 image application where one or more images should be located on 14 another board. For example hci_ipc on the nRF5340_cpunet for 15 Bluetooth applications. 16 17endif # BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUAPP || BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUAPP_NS 18 19if BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUNET 20 21config DOMAIN_CPUAPP_BOARD 22 string 23 default "raytac_mdbt53_db_40/nrf5340/cpuapp" 24 help 25 The board which will be used for CPUAPP domain when creating a multi 26 image application where one or more images should be located on 27 another board. 28 29endif # BOARD_RAYTAC_MDBT53_DB_40_NRF5340_CPUNET 30