Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bb8b74502091a90bff08de1b66b560a04b7c28e1
/
.
/
boards
/
arm
/
nrf52833dk_nrf52820
/
Kconfig
blob: 03f71c60aea1acabc5bd89d18683d68dac26c69f [
file
] [
log
] [
blame
]
# nRF52833DK nRF52820 board configuration
# Copyright (c) 2020 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_ENABLE_DCDC
bool
"DCDC mode"
select
SOC_DCDC_NRF52X
default
y
depends on BOARD_NRF52833DK_NRF52820