zephyr/boards/st/sensortile_box/Kconfig.defconfig

31 lines
421 B
Plaintext

# SensorTile.box board configuration
# Copyright (c) 2019 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if BOARD_SENSORTILE_BOX
if BT
config SPI
default y
config BT_SPI
default y
config BT_BLUENRG_ACI
default y
# Disable Flow control
config BT_HCI_ACL_FLOW_CONTROL
default n
config BT_HCI_VS
default n
endif # BT
config SPI_STM32_INTERRUPT
default y
depends on SPI
endif # BOARD_SENSORTILE_BOX