summaryrefslogtreecommitdiff
path: root/doc/test-runner.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-12-20 16:07:29 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-12-21 15:58:38 +0200
commit3f7d7f6db5872dfae71c0c858ac1522e5f5697c0 (patch)
tree1f8184be4f68b4b93899a2e0e59f9ff499987f11 /doc/test-runner.txt
parentd884d778d3781dc63f1e704e47a90bb135b13b87 (diff)
downloadbluez-3f7d7f6db5872dfae71c0c858ac1522e5f5697c0.tar.gz
doc/test-runner: Add Bluetooth config options
List the build options for Bluetooth necessary to run testers.
Diffstat (limited to 'doc/test-runner.txt')
-rw-r--r--doc/test-runner.txt21
1 files changed, 21 insertions, 0 deletions
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.