From 2db2d35937997d6098fa89bd1945206a0d23beb8 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Mon, 13 Oct 2025 20:57:44 +0300 Subject: [PATCH] doc: enable 6lowpan in tester.config and explain in test-runner.rst Now that there is a 6lowpan-tester, enable requirements in tester config, and explain what is needed in test-runner.rst --- doc/test-runner.rst | 10 ++++++++++ doc/tester.config | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/doc/test-runner.rst b/doc/test-runner.rst index cb56d5b94..d3e5f2984 100644 --- a/doc/test-runner.rst +++ b/doc/test-runner.rst @@ -92,6 +92,16 @@ Bluetooth CONFIG_UHID=y +For 6lowpan-tester, the following are required: + +.. code-block:: + + CONFIG_6LOWPAN=y + CONFIG_6LOWPAN_DEBUGFS=y + CONFIG_BT_6LOWPAN=y + CONFIG_PACKET=y + + Lock debugging -------------- diff --git a/doc/tester.config b/doc/tester.config index 24a0ca1eb..4ee306405 100644 --- a/doc/tester.config +++ b/doc/tester.config @@ -60,6 +60,11 @@ CONFIG_USB_XHCI_PLATFORM=y CONFIG_SERIAL_DEV_BUS=y +CONFIG_6LOWPAN=y +CONFIG_6LOWPAN_DEBUGFS=y +CONFIG_BT_6LOWPAN=y +CONFIG_PACKET=y + # # Bluetooth device drivers # -- 2.47.3