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_NRF52840 7 8config BOARD_ENABLE_DCDC 9 bool "DCDC mode" 10 select SOC_DCDC_NRF52X 11 default y 12 13config BOARD_ENABLE_DCDC_HV 14 bool "High Voltage DCDC converter" 15 select SOC_DCDC_NRF52X_HV 16 default y 17 18config BOARD_HAS_NRF5_BOOTLOADER 19 bool "Board has nRF5 bootloader" 20 default y 21 help 22 If selected, applications are linked so that they can be loaded by Nordic 23 nRF5 bootloader. 24 25config BOARD_SERIAL_BACKEND_CDC_ACM 26 bool "USB CDC" 27 default y 28 29endif # BOARD_NRF52840DONGLE_NRF52840 30