# Adafruit ItsyBitsy nRF52840 Express board configuration | |
# Copyright (c) 2022 Embla Flatlandsmo <embla.flatlandsmo@gmail.com> | |
# SPDX-License-Identifier: Apache-2.0 | |
config BOARD_ENABLE_DCDC | |
bool "DCDC mode" | |
select SOC_DCDC_NRF52X | |
default y | |
depends on BOARD_ADAFRUIT_ITSYBITSY | |
config BOARD_SERIAL_BACKEND_CDC_ACM | |
bool "USB CDC" | |
default y | |
depends on BOARD_ADAFRUIT_ITSYBITSY |