zephyr/boards/arm/nrf52_adafruit_feather/Kconfig

15 lines
286 B
Plaintext

# 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