From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> List the build options for Bluetooth necessary to run testers. --- doc/test-runner.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 72e17ce..5ed5af9 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -32,6 +32,23 @@ 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_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 + + These options should be installed as .config in the kernel source directory followed by this command. -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html