Add support for BMD 345 EVAL BSP with PA/LNA support Fixes: #31585 Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
# Copyright (c) 2021 Linumiz
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ENABLE_DCDC
|
|
bool "Enable DCDC mode"
|
|
select SOC_DCDC_NRF52X
|
|
default y
|
|
depends on BOARD_BMD_345_EVAL
|