Adding board bl654_usb which is a Laird Connectivity BL654 module mounted on a USB adapter. Signed-off-by: Kieran Mackey <kieran.mackey@lairdconnect.com>
10 lines
233 B
Text
10 lines
233 B
Text
# BL654 USB adapter board configuration
|
|
|
|
# Copyright (c) 2021 Laird Connectivity
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ENABLE_DCDC
|
|
bool "Enable DCDC mode"
|
|
select SOC_DCDC_NRF52X
|
|
default y
|
|
depends on BOARD_BL654_USB
|