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
6if BOARD_ADAFRUIT_ITSYBITSY
7
8source "boards/common/usb/Kconfig.cdc_acm_serial.defconfig"
9
10endif # BOARD_ADAFRUIT_ITSYBITSY
11