Skip to content

Commit

Permalink
drivers: bluetooth: hci: Remove config BT_SPI_BLUENRG
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
HoZHel authored and fabiobaltieri committed Dec 11, 2023
1 parent 8a32a70 commit e3ec41e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions boards/arm/b_l4s5i_iot01a/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions boards/arm/disco_l475_iot1/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions boards/arm/stm32l562e_dk/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions boards/shields/x_nucleo_idb05a1/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions drivers/bluetooth/hci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3ec41e

Please sign in to comment.