1# nRF52840 MDK USB Dongle board configuration 2 3# Copyright (c) 2022 Nikola Trifunovic 4# Copyright (c) 2018 Nordic Semiconductor ASA 5# SPDX-License-Identifier: Apache-2.0 6 7config BOARD_HAS_NRF5_BOOTLOADER 8 bool "Board has nRF5 bootloader" 9 default y 10 depends on BOARD_NRF52840_MDK_USB_DONGLE 11 help 12 If selected, applications are linked so that they can be loaded by Nordic 13 nRF5 bootloader. 14