1# nRF52833 DK NRF52833 board configuration
2
3# Copyright (c) 2019 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ENABLE_DCDC
7	bool "Enable DCDC mode"
8	select SOC_DCDC_NRF52X
9	default y
10	depends on BOARD_NRF52833DK_NRF52833
11