1# Adafruit Feather nRF52840 Express board configuration
2
3# Copyright (c) 2020 Tobias Svehagen
4# Copyright (c) 2024 Jacob Winther
5# SPDX-License-Identifier: Apache-2.0
6
7if BOARD_ADAFRUIT_FEATHER_NRF52840
8
9if BOARD_ADAFRUIT_FEATHER_NRF52840_NRF52840_UF2 || BOARD_ADAFRUIT_FEATHER_NRF52840_NRF52840_SENSE_UF2
10
11source "boards/common/usb/Kconfig.cdc_acm_serial.defconfig"
12
13endif
14
15endif # BOARD_ADAFRUIT_FEATHER_NRF52840
16