Files
zephyr/boards/wurth_elektronik/we_proteus2ev/Kconfig
Jamie McCrae 073e0f8080 boards: arm: we_proteus2ev_nrf52832: Convert to v2
Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:56 +01:00

15 lines
312 B
Plaintext

# Proteus-II-EV board configuration
# Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if BOARD_WE_PROTEUS2EV_NRF52832
config BOARD_ENABLE_DCDC
bool "DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_WE_PROTEUS2EV_NRF52832
endif # BOARD_WE_PROTEUS2EV_NRF52832