1# nRF5340 DK NRF5340 board configuration
2
3# Copyright (c) 2019-2020 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_NRF5340_CPUAPP_QKAA
7
8config BOARD_NRF5340DK_NRF5340_CPUAPP
9	bool "nRF5340 DK nRF5340 Application MCU"
10
11config BOARD_NRF5340DK_NRF5340_CPUAPP_NS
12	bool "nRF5340 DK nRF5340 Application MCU non-secure"
13
14endif # SOC_NRF5340_CPUAPP_QKAA
15
16config BOARD_NRF5340DK_NRF5340_CPUNET
17	bool "nRF5340 DK NRF5340 Network MCU"
18	depends on SOC_NRF5340_CPUNET_QKAA
19