2016-12-20 14:10:39

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: [PATCH BlueZ] doc/test-runner: Add Bluetooth config options

From: Luiz Augusto von Dentz <[email protected]>

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



2016-12-20 15:29:34

by Szymon Janc

[permalink] [raw]
Subject: Re: [PATCH BlueZ] doc/test-runner: Add Bluetooth config options

Hi Luiz,

On 20 December 2016 at 15:10, Luiz Augusto von Dentz
<[email protected]> wrote:
>
> From: Luiz Augusto von Dentz <[email protected]>
>
> 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

I'd add other options (BNEP, HIDP etc) too.
AFAIR those are needed by other testers eg android-tester and bnep-tester.

> +
> + 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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html




--
pozdrawiam
Szymon K. Janc