Bluetooth: drivers: Remove unmaintained B91 HCI driver
The driver isn't currently buildable due to "west blobs" support never having been added for hal_telink. Furthermore, even if the blob dependency is manually made available it turns out the code has bitrotten to the point where it doesn't build anymore. This situation has continued for several years without anyone taking action, so I think it's safe to assume this is unmaintained and should be removed. Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
parent
202c16008f
commit
f48a57b2a8
6 changed files with 1 additions and 272 deletions
|
@ -6,22 +6,6 @@ if BOARD_TLSR9518ADK80D
|
|||
config SOC_FLASH_TELINK_B91
|
||||
default y if FLASH
|
||||
|
||||
if BT
|
||||
|
||||
# BLE Controller SDK from hal_telink requires
|
||||
# Telink's toolchain with FPU support
|
||||
config FPU
|
||||
default y if "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "zephyr"
|
||||
|
||||
config BT_HCI_ACL_FLOW_CONTROL
|
||||
default n
|
||||
|
||||
choice BT_HCI_BUS_TYPE
|
||||
default BT_B91
|
||||
endchoice
|
||||
|
||||
endif # BT
|
||||
|
||||
# Workaround for not being able to have commas in macro arguments
|
||||
DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue