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