1# STM32F469I-DISCO board configuration 2 3# Copyright (c) 2016 Linaro Limited. 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_STM32F469I_DISCO 7 8config SPI_STM32_INTERRUPT 9 default y 10 depends on SPI 11 12 13endif # BOARD_STM32F469I_DISCO 14