drivers: bluetooth: Rename Silabs HCI driver

Rename the Silabs HCI driver to hci_silabs_efr32.c to better indicate what
hardware it supports. Also rename the associated devicetree binding and
Kconfig options to be consistent with the new driver name.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
This commit is contained in:
Johan Hedberg 2024-10-21 17:07:13 +03:00 committed by Carles Cufí
commit 393ecf4426
10 changed files with 18 additions and 18 deletions

View file

@ -77,10 +77,10 @@ config BT_STM32WBA
help
ST STM32WBA HCI Bluetooth interface
config BT_SILABS_HCI
config BT_SILABS_EFR32
bool
default y
depends on DT_HAS_SILABS_BT_HCI_ENABLED
depends on DT_HAS_SILABS_BT_HCI_EFR32_ENABLED
depends on ZEPHYR_HAL_SILABS_MODULE_BLOBS
depends on !PM || SOC_GECKO_PM_BACKEND_PMGR
select SOC_GECKO_USE_RAIL
@ -260,9 +260,9 @@ config BT_DRV_RX_STACK_SIZE
help
Stack size for the HCI driver's RX thread.
config BT_SILABS_HCI_BUFFER_MEMORY
config BT_SILABS_EFR32_BUFFER_MEMORY
int "Silicon Labs Bluetooth Library memory buffer size"
depends on BT_SILABS_HCI
depends on BT_SILABS_EFR32
default 6144
help
Select the size of allocated memory buffer for the Silicon Labs