All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] test-runner: Enable BT_HCIUART and BT_HCIUART_H4
@ 2022-06-01 21:22 Luiz Augusto von Dentz
  2022-06-01 22:39 ` [BlueZ] " bluez.test.bot
  2022-06-02 19:10 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2022-06-01 21:22 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

These options are required when running with -u option since that uses
H4 headers to serialize the communication of host and guest.
---
 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 fe0a0d479..683c622a2 100644
--- 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 011475661..4429a7222 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.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-02 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-01 21:22 [PATCH BlueZ] test-runner: Enable BT_HCIUART and BT_HCIUART_H4 Luiz Augusto von Dentz
2022-06-01 22:39 ` [BlueZ] " bluez.test.bot
2022-06-02 19:10 ` [PATCH BlueZ] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.