1# nRF5340 Audio DK board configuration
2
3# Copyright (c) 2019 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP || BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP_NS
7
8config DOMAIN_CPUNET_BOARD
9	string
10	default "nrf5340_audio_dk/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_NRF5340_AUDIO_DK_NRF5340_CPUAPP || BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP_NS
18
19if BOARD_NRF5340_AUDIO_DK_NRF5340_CPUNET
20
21config DOMAIN_CPUAPP_BOARD
22	string
23	default "nrf5340_audio_dk/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_NRF5340_AUDIO_DK_NRF5340_CPUNET
30