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