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
225 B
Plaintext
11 lines
225 B
Plaintext
# ABC board configuration
|
|
|
|
# Copyright (c) 2020 Analog Life LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ENABLE_DCDC
|
|
bool "DCDC mode"
|
|
select SOC_DCDC_NRF52X
|
|
default y
|
|
depends on BOARD_CONTEXTUALELECTRONICS_ABC
|