e3ec41e15c
Remove BT_SPI_BLUENRG Kconfig parameter as it is redundant according to the new changes introduced by ST SPI protocol V1 and V2. Remove "config BT_SPI_BLUENRG" from the boards that were using it. Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
26 lines
332 B
Plaintext
26 lines
332 B
Plaintext
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SHIELD_X_NUCLEO_IDB05A1
|
|
|
|
if BT
|
|
|
|
config SPI
|
|
default y
|
|
|
|
choice BT_HCI_BUS_TYPE
|
|
default BT_SPI
|
|
endchoice
|
|
|
|
config BT_BLUENRG_ACI
|
|
default y
|
|
# Disable Flow control
|
|
config BT_HCI_ACL_FLOW_CONTROL
|
|
default n
|
|
config BT_HCI_VS_EXT
|
|
default n
|
|
|
|
endif # BT
|
|
|
|
endif
|