f103c82c31
Replaces inaccurate or wrong vendor prefixes in board and soc folder names with those from thr vendor prefix file Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
# Electronut Labs Blip board configuration
|
|
|
|
# Copyright (c) 2018 Electronut Labs
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ENABLE_DCDC
|
|
bool "DCDC mode"
|
|
select SOC_DCDC_NRF52X
|
|
default y
|
|
depends on BOARD_NRF52840_BLIP
|