1# BL5340-DVK board configuration
2
3# Copyright (c) 2021 Laird Connectivity
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_NRF5340_CPUAPP_QKAA
7
8config BOARD_BL5340_DVK_CPUAPP
9	bool "BL5340-DVK (nRF5340) Application MCU"
10
11config BOARD_BL5340_DVK_CPUAPP_NS
12	bool "BL5340-DVK (nRF5340) Application MCU non-secure"
13
14endif # SOC_NRF5340_CPUAPP_QKAA
15
16config BOARD_BL5340_DVK_CPUNET
17	bool "BL5340-DVK (nRF5340) Network MCU"
18	depends on SOC_NRF5340_CPUNET_QKAA
19