1# 96boards Carbon board configuration
2
3# Copyright (c) 2016 Linaro Limited.
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_96B_CARBON_STM32F401XE
7
8config SPI_STM32_INTERRUPT
9	default y
10	depends on SPI
11
12endif # BOARD_96B_CARBON_STM32F401XE
13
14if BOARD_96B_CARBON_NRF51822
15
16endif # BOARD_96B_CARBON_NRF51822
17