1# Copyright (c) 2020 Brian Bradley
2# SPDX-License-Identifier: Apache-2.0
3
4# F411CE based Black Pill V2.0+ board board configuration
5
6if BOARD_BLACKPILL_F411CE
7
8config SPI_STM32_INTERRUPT
9 default y
10 depends on SPI
11
12endif # BOARD_BLACKPILL_F411CE
13