1# STM32 Nucleo-64 development board with STM32F091RC MCU
2
3# Copyright (c) 2017 Bobby Noelte
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_NUCLEO_F091RC
7
8config SPI_STM32_INTERRUPT
9 default y
10 depends on SPI
11
12endif # BOARD_NUCLEO_F091RC
13