# nRF9160 DK NRF52840 board configuration | |
# Copyright (c) 2018-2020 Nordic Semiconductor ASA | |
# SPDX-License-Identifier: Apache-2.0 | |
if BOARD_NRF9160DK_NRF52840 | |
config BOARD_ENABLE_DCDC | |
bool "DCDC mode" | |
select SOC_DCDC_NRF52X | |
default y | |
module = BOARD_NRF9160DK | |
module-str = Board Control | |
source "subsys/logging/Kconfig.template.log_config" | |
endif # BOARD_NRF52840_NRF9160DK |