zephyr/boards/arm/reel_board/Kconfig

15 lines
257 B
Plaintext

# Kconfig - reel board configuration
#
# Copyright (c) 2018 Phytec Messtechnik GmbH
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_REEL_BOARD
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
endif # BOARD_REEL_BOARD