drivers: bluetooth: hci: Remove config BT_SPI_BLUENRG
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>
This commit is contained in:
parent
8a32a70689
commit
e3ec41e15c
5 changed files with 0 additions and 18 deletions
|
@ -34,9 +34,6 @@ choice BT_HCI_BUS_TYPE
|
|||
default BT_SPI
|
||||
endchoice
|
||||
|
||||
config BT_SPI_BLUENRG
|
||||
default y
|
||||
|
||||
config BT_BLUENRG_ACI
|
||||
default y
|
||||
# Disable Flow control
|
||||
|
|
|
@ -34,9 +34,6 @@ choice BT_HCI_BUS_TYPE
|
|||
default BT_SPI
|
||||
endchoice
|
||||
|
||||
config BT_SPI_BLUENRG
|
||||
default y
|
||||
|
||||
config BT_BLUENRG_ACI
|
||||
default y
|
||||
# Disable Flow control
|
||||
|
|
|
@ -17,9 +17,6 @@ choice BT_HCI_BUS_TYPE
|
|||
default BT_SPI
|
||||
endchoice
|
||||
|
||||
config BT_SPI_BLUENRG
|
||||
default y
|
||||
|
||||
config BT_BLUENRG_ACI
|
||||
default y
|
||||
|
||||
|
|
|
@ -12,9 +12,6 @@ choice BT_HCI_BUS_TYPE
|
|||
default BT_SPI
|
||||
endchoice
|
||||
|
||||
config BT_SPI_BLUENRG
|
||||
default y
|
||||
|
||||
config BT_BLUENRG_ACI
|
||||
default y
|
||||
# Disable Flow control
|
||||
|
|
|
@ -125,12 +125,6 @@ config BT_BLUENRG_ACI
|
|||
Enable support for devices compatible with the BlueNRG Bluetooth
|
||||
Stack. Current driver supports: ST BLUENRG-MS.
|
||||
|
||||
config BT_SPI_BLUENRG
|
||||
bool "Compatibility with BlueNRG-based devices"
|
||||
help
|
||||
Enable support for devices compatible with the BlueNRG Bluetooth
|
||||
Stack. Current driver supports: ST BLUENRG-MS.
|
||||
|
||||
endif # BT_SPI
|
||||
|
||||
config BT_STM32_IPM_RX_STACK_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue