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