1# SENSORTILE_BOX_PRO board configuration
2
3# Copyright (c) 2023 STMicroelectronics
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_SENSORTILE_BOX_PRO
7
8if BT
9
10config BT_BLUENRG_ACI
11	default y
12
13# Disable Flow control
14config BT_HCI_ACL_FLOW_CONTROL
15	default n
16
17endif # BT
18
19config SPI_STM32_INTERRUPT
20	default y
21	depends on SPI
22
23source "boards/common/usb/Kconfig.cdc_acm_serial.defconfig"
24
25endif # BOARD_SENSORTILE_BOX_PRO
26