| # BL5340-DVK board configuration | |
| # Copyright (c) 2021 Laird Connectivity | |
| # SPDX-License-Identifier: Apache-2.0 | |
| if SOC_NRF5340_CPUAPP_QKAA | |
| config BOARD_BL5340_DVK_CPUAPP | |
| bool "BL5340-DVK (nRF5340) Application MCU" | |
| config BOARD_BL5340_DVK_CPUAPP_NS | |
| bool "BL5340-DVK (nRF5340) Application MCU non-secure" | |
| endif # SOC_NRF5340_CPUAPP_QKAA | |
| config BOARD_BL5340_DVK_CPUNET | |
| bool "BL5340-DVK (nRF5340) Network MCU" | |
| depends on SOC_NRF5340_CPUNET_QKAA |