[linux-yocto] [PATCH 4/6] meta: features/bluetooth: Change the CONFIG_BT as module

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


From: Ng Wei Tee <wei.tee.ng at intel.com>

Change the configuration of CONFIG_BT to build as module.

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

diff --git a/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg b/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
index fefb357..683bf19 100644
--- a/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
+++ b/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
@@ -1,4 +1,4 @@
-CONFIG_BT=y
+CONFIG_BT=m
 CONFIG_BT_6LOWPAN=y
 CONFIG_BT_RFCOMM=m
 CONFIG_BT_RFCOMM_TTY=y
-- 
1.7.9.5



More information about the linux-yocto mailing list