[linux-yocto] [PATCH] bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependencies
Alejandro Hernandez
alejandro.hernandez at linux.intel.com
Tue May 16 14:34:59 PDT 2017
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
--
2.12.0
More information about the linux-yocto
mailing list