test-runner: Enable BT_HCIUART and BT_HCIUART_H4
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 1 Jun 2022 21:20:27 +0000 (14:20 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
These options are required when running with -u option since that uses
H4 headers to serialize the communication of host and guest.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
doc/test-runner.txt
doc/tester.config

index fe0a0d4..683c622 100755 (executable)
@@ -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
index 0114756..4429a72 100644 (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