Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4540c833a8faaf5285d5620a7c29dc1dc7b560db
/
.
/
boards
/
arm
/
ubx_evkannab1_nrf52832
/
Kconfig
blob: 3effcbce4e4180ffce89ed90f65f12f036eae092 [
file
] [
log
] [
blame
]
# u-blox EVK-ANNA-B1 board configuration
#
# Copyright (c) 2021 u-blox AG
# SPDX-License-Identifier: Apache-2.0
config BOARD_ENABLE_DCDC
bool
"DCDC mode"
select
SOC_DCDC_NRF52X
default
y
depends on BOARD_UBX_EVKANNAB1_NRF52832