[linux-yocto] [PATCH 2/6] meta: features/bluetooth: add more configurations for Bluetooth support

wei.tee.ng at intel.com wei.tee.ng at intel.com
Fri Jun 19 01:50:42 PDT 2015


From: Cristian Iorga <cristian.iorga at intel.com>

Adding only CONFIG_BT for Bluetooth support does not enable a lot of
the basic support expected from a Bluetooth stack, so adding more
generic Bluetooth support.

Partial fix for [YOCTO #6960].

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
(cherry picked from commit be02def40293bdfbaa9f230e0adba715ec906516)

Signed-off-by: Ng Wei Tee <wei.tee.ng at intel.com>
---
 .../kernel-cache/features/bluetooth/bluetooth.cfg  |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg b/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
index 9c56e28..fefb357 100644
--- a/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
+++ b/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
@@ -1 +1,9 @@
 CONFIG_BT=y
+CONFIG_BT_6LOWPAN=y
+CONFIG_BT_RFCOMM=m
+CONFIG_BT_RFCOMM_TTY=y
+CONFIG_BT_BNEP=m
+CONFIG_BT_BNEP_MC_FILTER=y
+CONFIG_BT_BNEP_PROTO_FILTER=y
+CONFIG_BT_CMTP=m
+CONFIG_BT_HIDP=m
-- 
1.7.9.5



More information about the linux-yocto mailing list