From 3f7d7f6db5872dfae71c0c858ac1522e5f5697c0 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 20 Dec 2016 16:07:29 +0200 Subject: [PATCH] doc/test-runner: Add Bluetooth config options List the build options for Bluetooth necessary to run testers. --- doc/test-runner.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 72e17ceb1..fe0a0d479 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -32,6 +32,27 @@ minimal options for a successful boot. CONFIG_DEVTMPFS=y CONFIG_DEBUG_FS=y +For Bluetooth functionality: + + CONFIG_BT=y + CONFIG_BT_BREDR=y + CONFIG_BT_RFCOMM=y + CONFIG_BT_BNEP=y + CONFIG_BT_HIDP=y + CONFIG_BT_LE=y + + CONFIG_BT_HCIVHCI=y + + CONFIG_CRYPTO_CMAC=y + CONFIG_CRYPTO_USER_API=y + CONFIG_CRYPTO_USER_API_HASH=y + CONFIG_CRYPTO_USER_API_SKCIPHER=y + + CONFIG_UNIX=y + + CONFIG_UHID=y + + These options should be installed as .config in the kernel source directory followed by this command. -- 2.47.3