[linux-yocto] [PATCH 3/4] features: Fix dependencies and =m vs =y discrepancies for corei7
California Sullivan
california.l.sullivan at intel.com
Mon Aug 29 12:49:10 PDT 2016
I missed these in my first pass. This should fix the remaining warnings
that occur with the intel-corei7-64 configurations. The ISDN
configurations might need to be broken out into their own feature but
for now just enable them as dependencies for BT_CMTP.
Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
features/bluetooth/bluetooth.cfg | 7 ++++++-
features/ieee802154/ieee802154.cfg | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/features/bluetooth/bluetooth.cfg b/features/bluetooth/bluetooth.cfg
index fefb357..67d3f52 100644
--- a/features/bluetooth/bluetooth.cfg
+++ b/features/bluetooth/bluetooth.cfg
@@ -1,5 +1,10 @@
+# Dependencies
+CONFIG_ISDN=y
+CONFIG_ISDN_CAPI=m
+
+# Features
CONFIG_BT=y
-CONFIG_BT_6LOWPAN=y
+CONFIG_BT_6LOWPAN=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
diff --git a/features/ieee802154/ieee802154.cfg b/features/ieee802154/ieee802154.cfg
index bd6c214..518adf0 100644
--- a/features/ieee802154/ieee802154.cfg
+++ b/features/ieee802154/ieee802154.cfg
@@ -1,2 +1,2 @@
CONFIG_IEEE802154=y
-CONFIG_IEEE802154_6LOWPAN=y
+CONFIG_IEEE802154_6LOWPAN=m
--
2.5.5
More information about the linux-yocto
mailing list