Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a0ea971e9f283271f7a3221f8b7d565e57b7c386
/
.
/
boards
/
arm
/
nrf52dk_nrf52805
/
Kconfig
blob: 89f210e7e37cfd838266834bfa82bafef7a7ad31 [
file
] [
log
] [
blame
]
# nRF52 DK nRF52805 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_NRF52DK_NRF52805