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 BOARD 9 default "blackpill_f401ce" 10 11config SPI_STM32_INTERRUPT 12 default y 13 depends on SPI 14 15endif # BOARD_BLACKPILL_F401CE 16