1# BMD-360-EVAL board configuration
2
3# Copyright (c) 2021 u-blox AG
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_UBX_BMD360EVAL_NRF52811
11# BT_CTLR depends on BT. When BT is enabled we should default to also
12# enabling the controller.
13config BT_CTLR
14	default y if BT
15