2019-11-01 13:45:29 +01:00
|
|
|
# SensorTile.box board configuration
|
|
|
|
|
2019-08-05 12:57:25 +02:00
|
|
|
# Copyright (c) 2019 STMicroelectronics
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_SENSORTILE_BOX
|
|
|
|
|
2023-11-21 15:31:45 +01:00
|
|
|
if BT
|
2019-08-05 12:57:25 +02:00
|
|
|
|
2023-11-21 15:31:45 +01:00
|
|
|
config SPI
|
|
|
|
default y
|
|
|
|
|
|
|
|
choice BT_HCI_BUS_TYPE
|
|
|
|
default BT_SPI
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BT_BLUENRG_ACI
|
2019-08-05 12:57:25 +02:00
|
|
|
default y
|
2023-11-21 15:31:45 +01:00
|
|
|
# Disable Flow control
|
|
|
|
config BT_HCI_ACL_FLOW_CONTROL
|
|
|
|
default n
|
|
|
|
config BT_HCI_VS_EXT
|
|
|
|
default n
|
2019-08-05 12:57:25 +02:00
|
|
|
|
2023-11-21 15:31:45 +01:00
|
|
|
endif # BT
|
|
|
|
|
|
|
|
config SPI_STM32_INTERRUPT
|
|
|
|
default y
|
|
|
|
depends on SPI
|
2019-08-05 12:57:25 +02:00
|
|
|
|
|
|
|
endif # BOARD_SENSORTILE_BOX
|