1# NUCLEO-64 F401RE board configuration
2
3# Copyright (c) 2016 Linaro Limited.
4# Copyright (c) 2019 Centaur Analytics, Inc
5# SPDX-License-Identifier: Apache-2.0
6
7if BOARD_NUCLEO_F401RE
8
9config SPI_STM32_INTERRUPT
10	default y
11	depends on SPI
12
13endif # BOARD_NUCLEO_F401RE
14