1# Copyright (c) 2019 Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4if SHIELD_X_NUCLEO_IDB05A1
5
6if BT
7
8config BT_BLUENRG_ACI
9 default y
10# Disable Flow control
11config BT_HCI_ACL_FLOW_CONTROL
12 default n
13config BT_HCI_VS
14 default n
15
16endif # BT
17
18endif
19