1# nRF52840 Dongle NRF52840 board configuration 2 3# Copyright (c) 2018-2023 Nordic Semiconductor ASA 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_NRF52840DONGLE 7 8config BOARD_HAS_NRF5_BOOTLOADER 9 bool "Board has nRF5 bootloader" 10 default y 11 help 12 If selected, applications are linked so that they can be loaded by Nordic 13 nRF5 bootloader. 14 15endif # BOARD_NRF52840DONGLE 16