1# Adafruit Feather STM32F405 Express board configuration
2
3# Copyright (c) 2020 Lucian Copeland for Adafruit Industries
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ADAFRUIT_FEATHER_STM32F405
7 bool "Feather STM32F405 Express Board"
8 depends on SOC_STM32F405XG
9