blob: 1fba52d2790b90722ebe52f1a699147d8eafbb44 [file] [log] [blame]
# Kconfig - nRF52 Adafruit Feather board configuration
#
# Copyright (c) 2018 LEDCity AG
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52_ADAFRUIT_FEATHER
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
endif # BOARD_NRF52_ADAFRUIT_FEATHER