From 931e2bac1427f2b67fc143bcbef58775c69248ca Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 1 Jun 2022 14:20:27 -0700 Subject: [PATCH] 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. Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- doc/test-runner.txt | 2 ++ doc/tester.config | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index fe0a0d4..683c622 100755 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -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 diff --git a/doc/tester.config b/doc/tester.config index 0114756..4429a72 100644 --- a/doc/tester.config +++ b/doc/tester.config @@ -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 -- 2.7.4