[yocto] [PATCH 1/2][KERNEL] meta: add mac80211 and iwlagn features

tom.zanussi at intel.com tom.zanussi at intel.com
Tue Jul 12 16:25:20 PDT 2011


From: Tom Zanussi <tom.zanussi at intel.com>

Add iwlagn feature (Intel Wirelss WiFi Next Gen AGN) and one of its
dependencies, mac80211, as a feature, since there are a bunch of other
config items that have the same dependency and could use it.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 meta/cfg/kernel-cache/features/iwlagn/iwlagn.cfg   |    4 ++++
 meta/cfg/kernel-cache/features/iwlagn/iwlagn.scc   |    3 +++
 .../kernel-cache/features/mac80211/mac80211.cfg    |    5 +++++
 .../kernel-cache/features/mac80211/mac80211.scc    |    1 +
 4 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/features/iwlagn/iwlagn.cfg
 create mode 100644 meta/cfg/kernel-cache/features/iwlagn/iwlagn.scc
 create mode 100644 meta/cfg/kernel-cache/features/mac80211/mac80211.cfg
 create mode 100644 meta/cfg/kernel-cache/features/mac80211/mac80211.scc

diff --git a/meta/cfg/kernel-cache/features/iwlagn/iwlagn.cfg b/meta/cfg/kernel-cache/features/iwlagn/iwlagn.cfg
new file mode 100644
index 0000000..4119da7
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/iwlagn/iwlagn.cfg
@@ -0,0 +1,4 @@
+# iwgaln depends on NETDEVICES (base.cfg), PCI and MAC80211
+CONFIG_PCI=y
+
+CONFIG_IWLAGN=m
diff --git a/meta/cfg/kernel-cache/features/iwlagn/iwlagn.scc b/meta/cfg/kernel-cache/features/iwlagn/iwlagn.scc
new file mode 100644
index 0000000..afc76bc
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/iwlagn/iwlagn.scc
@@ -0,0 +1,3 @@
+kconf hardware iwlagn.cfg
+
+include features/mac80211/mac80211.scc
diff --git a/meta/cfg/kernel-cache/features/mac80211/mac80211.cfg b/meta/cfg/kernel-cache/features/mac80211/mac80211.cfg
new file mode 100644
index 0000000..d4a9374
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/mac80211/mac80211.cfg
@@ -0,0 +1,5 @@
+# mac80211 depends on NET (base.cfg), WIRELESS <- WLAN and CFG80211
+CONFIG_WLAN=y
+
+CONFIG_MAC80211=m
+CONFIG_CFG80211=m
diff --git a/meta/cfg/kernel-cache/features/mac80211/mac80211.scc b/meta/cfg/kernel-cache/features/mac80211/mac80211.scc
new file mode 100644
index 0000000..c2c02c8
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/mac80211/mac80211.scc
@@ -0,0 +1 @@
+kconf hardware mac80211.cfg
-- 
1.7.0.4




More information about the yocto mailing list