1# SensorTile.box board configuration 2 3# Copyright (c) 2019 STMicroelectronics 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_SENSORTILE_BOX 7 8if BT 9 10config BT_BLUENRG_ACI 11 default y 12# Disable Flow control 13config BT_HCI_ACL_FLOW_CONTROL 14 default n 15config BT_HCI_VS 16 default n 17 18endif # BT 19 20config SPI_STM32_INTERRUPT 21 default y 22 depends on SPI 23 24endif # BOARD_SENSORTILE_BOX 25