test-runner: Enable BT_HCIUART and BT_HCIUART_H4

These options are required when running with -u option since that uses
H4 headers to serialize the communication of host and guest.
This commit is contained in:
Luiz Augusto von Dentz 2022-06-01 14:20:27 -07:00
parent 7bcd32e67e
commit 67b325c614
2 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,8 @@ For Bluetooth functionality:
CONFIG_BT_HIDP=y
CONFIG_BT_LE=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIVHCI=y
CONFIG_CRYPTO_CMAC=y

View File

@ -34,6 +34,8 @@ CONFIG_BT_MSFTEXT=y
CONFIG_BT_AOSPEXT=y
CONFIG_BT_FEATURE_DEBUG=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIVHCI=y
CONFIG_CRYPTO_CMAC=y