Bluetooth: Kconfig: Remove BT_NO_DRIVER

There are no actual users in the main tree anymore, so just remove this
option.

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
Johan Hedberg 2024-05-26 19:02:29 +03:00 committed by Anas Nashif
parent 130ae9e120
commit 589b92baaf
2 changed files with 2 additions and 8 deletions

View file

@ -118,13 +118,6 @@ config BT_NXP
help
NXP HCI bluetooth interface
config BT_NO_DRIVER
bool "No default HCI driver"
select BT_HAS_HCI_VS
help
This is intended for unit tests where no internal driver
should be selected.
config BT_AMBIQ_HCI
bool "AMBIQ BT HCI driver"
default y

View file

@ -7,5 +7,6 @@
config BT_CTLR_HCI
default n
config BT_NO_DRIVER
# Bluetooth unit tests assume HCI vendor extensions are available
config BT_HAS_HCI_VS
default y