1# Adafruit ItsyBitsy nRF52840 Express board configuration
2
3# Copyright (c) 2022 Embla Flatlandsmo <embla.flatlandsmo@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ENABLE_DCDC
7	bool "DCDC mode"
8	select SOC_DCDC_NRF52X
9	default y
10	depends on BOARD_ADAFRUIT_ITSYBITSY_NRF52840
11
12config BOARD_SERIAL_BACKEND_CDC_ACM
13	bool "USB CDC"
14	default y
15