1# DecaWave DWM1001 DEV board configuration
2
3# Copyright (c) 2019 Stéphane D'Alu
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ENABLE_DCDC
7	bool "DCDC mode"
8	select SOC_DCDC_NRF52X
9	default y
10	depends on BOARD_DECAWAVE_DWM1001_DEV
11