1# OLIMEXINO-STM32 board configuration
2
3# Copyright (c) 2016, I-SENSE group of ICCS
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_OLIMEXINO_STM32
7
8config BOARD
9	default "olimexino_stm32"
10
11config SPI_STM32_INTERRUPT
12	default y
13	depends on SPI
14
15endif # BOARD_OLIMEXINO_STM32
16