[linux-yocto] [PATCH] meta: iwlwifi: Add MVM firmware support

Darren Hart dvhart at linux.intel.com
Tue Jul 8 09:11:28 PDT 2014


DVM firmware defaults to supported, ensure both it and MVM are
supported. This explicitly adds support for the 3160 and 7260 cards.

Reported-by: John Hawley <john.hawley at intel.com>
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg b/meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg
index 1be845e..0e55af6 100644
--- a/meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg
+++ b/meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg
@@ -5,3 +5,7 @@ CONFIG_PCI=y
 # Build as a module to avoid having to install the firmware into the initrd
 CONFIG_IWLWIFI=m
 CONFIG_IWLWIFI_P2P=y
+
+# Support both DVM (most cards) and MVM (3160, 7260) firmware
+CONFIG_IWLDVM=m
+CONFIG_IWLMVM=m
-- 
2.0.0



More information about the linux-yocto mailing list