boards: remove `HCI_SPI` defaults

The `HCI_SPI` symbol is now automatically selected from devicetree,
removing the need for board specific defaults.

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2024-08-16 21:35:59 +10:00 committed by Henrik Brix Andersen
parent 573c18f42a
commit e876c5d487
11 changed files with 2 additions and 70 deletions

View File

@ -9,16 +9,6 @@ config SPI_STM32_INTERRUPT
default y
depends on SPI
if BT
config SPI
default y
config BT_SPI
default y
endif # BT
endif # BOARD_96B_CARBON_STM32F401XE
if BOARD_96B_CARBON_NRF51822

View File

@ -5,12 +5,6 @@ if SHIELD_X_NUCLEO_BNRG2A1
if BT
config SPI
default y
config BT_SPI
default y
config BT_BLUENRG_ACI
default y

View File

@ -5,12 +5,6 @@ if SHIELD_X_NUCLEO_IDB05A1
if BT
config SPI
default y
config BT_SPI
default y
config BT_BLUENRG_ACI
default y
# Disable Flow control

View File

@ -5,22 +5,10 @@ if SHIELD_X_NUCLEO_WB05KN1_UART || SHIELD_X_NUCLEO_WB05KN1_SPI
if BT
config SPI
default y
depends on SHIELD_X_NUCLEO_WB05KN1_SPI
config SPI_STM32_INTERRUPT
default y
depends on SPI
config BT_SPI
default y
depends on DT_HAS_ST_HCI_SPI_V2_ENABLED
config BT_H4
default y
depends on DT_HAS_ZEPHYR_BT_HCI_UART_ENABLED
config BT_BLUENRG_ACI
default y

View File

@ -24,12 +24,6 @@ endchoice
if BT
config SPI
default y
config BT_SPI
default y
config BT_BLUENRG_ACI
default y
# Disable Flow control

View File

@ -24,12 +24,6 @@ endchoice
if BT
config SPI
default y
config BT_SPI
default y
config BT_BLUENRG_ACI
default y
# Disable Flow control

View File

@ -7,12 +7,6 @@ if BOARD_SENSORTILE_BOX
if BT
config SPI
default y
config BT_SPI
default y
config BT_BLUENRG_ACI
default y
# Disable Flow control

View File

@ -7,12 +7,6 @@ if BOARD_SENSORTILE_BOX_PRO
if BT
config SPI
default y
config BT_SPI
default y
config BT_BLUENRG_ACI
default y

View File

@ -7,12 +7,6 @@ if BOARD_STEVAL_STWINBX1
if BT
config SPI
default y
config BT_SPI
default y
config BT_BLUENRG_ACI
default y

View File

@ -7,12 +7,6 @@ if BOARD_STM32L562E_DK
if BT
config SPI
default y
config BT_SPI
default y
config BT_BLUENRG_ACI
default y

View File

@ -330,6 +330,8 @@ Bluetooth HCI
* The ``bt-hci-bus`` and ``bt-hci-quirks`` devicetree properties for HCI bindings have been changed
to use lower-case strings without the ``BT_HCI_QUIRK_`` and ``BT_HCI_BUS_`` prefixes.
* The Kconfig option :kconfig:option:`BT_SPI` is now automatically selected based on devicetree
compatibles and can be removed from board ``.defconfig`` files.
Bluetooth Mesh
==============