[linux-yocto] [PATCH] bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependencies
Bruce Ashfield
bruce.ashfield at windriver.com
Mon May 22 19:41:23 PDT 2017
Sorry for the delay, this is now merged.
Bruce
On 2017-05-16 5:34 PM, Alejandro Hernandez wrote:
> Several configurations need the previously mentioned dependencies:
>
> BT_LE is nedded by BT_6LOWPAN
>
> BT_BREDR is needed by:
> BT_RFCOMM, BT_RFCOMM_TTY (secondary),
> BT_BNEP, BT_BNEP_MC_FILTER (secondary), BNEP_PROTO_FILTER (secondary),
> BT_CMTP, BT_HIDP
>
> [YOCTO #10425]
>
> Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
> ---
> features/bluetooth/bluetooth.cfg | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/features/bluetooth/bluetooth.cfg b/features/bluetooth/bluetooth.cfg
> index 67d3f528..7f07298a 100644
> --- a/features/bluetooth/bluetooth.cfg
> +++ b/features/bluetooth/bluetooth.cfg
> @@ -12,3 +12,5 @@ CONFIG_BT_BNEP_MC_FILTER=y
> CONFIG_BT_BNEP_PROTO_FILTER=y
> CONFIG_BT_CMTP=m
> CONFIG_BT_HIDP=m
> +CONFIG_BT_LE=y
> +CONFIG_BT_BREDR=y
>
More information about the linux-yocto
mailing list