1# SensorTile.box board configuration
2
3# Copyright (c) 2019 STMicroelectronics
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_SENSORTILE_BOX
7
8config BOARD
9	default "sensortile_box"
10
11if SPI
12
13config SPI_STM32_INTERRUPT
14	default y
15
16endif # SPI
17
18endif # BOARD_SENSORTILE_BOX
19