Some checks failed
Build / build (macos-12) (push) Waiting to run
Build / build (macos-14) (push) Waiting to run
Build / build (windows-2022) (push) Waiting to run
Build / build (ubuntu-22.04) (push) Failing after 26s
Documentation / build (push) Failing after 8s
Documentation / deploy (push) Has been skipped
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_MELLIFERA_REV1
|
|
|
|
config BOARD_ENABLE_DCDC
|
|
bool "Enable DCDC mode"
|
|
select SOC_DCDC_NRF52X
|
|
default y
|
|
depends on BOARD_MELLIFERA_REV1
|
|
|
|
endif # BOARD_MELLIFERA_REV1 |