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:
parent
130ae9e120
commit
589b92baaf
2 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue