testsuite: boards: unit_testing: default HCI bus
Be explicit about the HCI backend that Bluetooth unit tests require. Some unit tests depend on `BT_HAS_HCI_VS`, so also enable that. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
32dcd2e523
commit
ca5931065c
2 changed files with 5 additions and 1 deletions
|
@ -99,6 +99,7 @@ config BT_PSOC6_BLESS
|
|||
|
||||
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.
|
||||
|
|
|
@ -2,4 +2,7 @@
|
|||
#
|
||||
# Copyright (c) 2022 Nordic Semiconductor
|
||||
|
||||
# Intentionally left empty
|
||||
# Bluetooth unit tests expect this backend
|
||||
choice BT_HCI_BUS_TYPE
|
||||
default BT_NO_DRIVER
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue