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:
Jordan Yates 2023-09-25 18:06:58 +10:00 committed by Carles Cufí
commit ca5931065c
2 changed files with 5 additions and 1 deletions

View file

@ -99,6 +99,7 @@ config BT_PSOC6_BLESS
config BT_NO_DRIVER config BT_NO_DRIVER
bool "No default HCI driver" bool "No default HCI driver"
select BT_HAS_HCI_VS
help help
This is intended for unit tests where no internal driver This is intended for unit tests where no internal driver
should be selected. should be selected.

View file

@ -2,4 +2,7 @@
# #
# Copyright (c) 2022 Nordic Semiconductor # Copyright (c) 2022 Nordic Semiconductor
# Intentionally left empty # Bluetooth unit tests expect this backend
choice BT_HCI_BUS_TYPE
default BT_NO_DRIVER
endchoice