Diff between d884d778d3781dc63f1e704e47a90bb135b13b87 and 3f7d7f6db5872dfae71c0c858ac1522e5f5697c0

Changed Files

File Additions Deletions Status
doc/test-runner.txt +21 -0 modified

Full Patch

diff --git a/doc/test-runner.txt b/doc/test-runner.txt
index 72e17ce..fe0a0d4 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.