| # Kconfig - nRF52840 PCA10059 board configuration | |
| # | |
| # Copyright (c) 2018 Nordic Semiconductor ASA | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| if BOARD_NRF52840_PCA10059 | |
| config BOARD_ENABLE_DCDC | |
| bool "Enable DCDC mode" | |
| select SOC_DCDC_NRF52X | |
| default y | |
| config BOARD_HAS_NRF5_BOOTLOADER | |
| bool "Board has nRF5 bootloader" | |
| default y | |
| help | |
| If selected, applications are linked so that they can be loaded by | |
| Nordic nRF5 bootloader. | |
| endif # BOARD_NRF52840_PCA10059 |