1# Adafruit Feather nRF52840 Express board configuration
2
3# Copyright (c) 2020 Tobias Svehagen
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ADAFRUIT_FEATHER_NRF52840
7	bool "Adafruit Feather nRF52840 Express"
8	depends on SOC_NRF52840_QIAA
9