summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/files/intel-ethernet-drivers.cfg12
-rw-r--r--recipes-kernel/linux/linux-yocto_3.14.bbappend2
2 files changed, 14 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/intel-ethernet-drivers.cfg b/recipes-kernel/linux/files/intel-ethernet-drivers.cfg
new file mode 100644
index 00000000..c43274c5
--- /dev/null
+++ b/recipes-kernel/linux/files/intel-ethernet-drivers.cfg
@@ -0,0 +1,12 @@
+++ .config 2014-06-25 10:25:11.738936433 +0200
+CONFIG_MDIO=y
+CONFIG_E1000E=y
+CONFIG_IGB=y
+CONFIG_IGB_HWMON=y
+CONFIG_IGBVF=y
+CONFIG_IXGB=y
+CONFIG_IXGBE=y
+CONFIG_IXGBE_HWMON=y
+CONFIG_IXGBEVF=y
+CONFIG_I40E=y
+CONFIG_I40EVF=y
diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend
index a23b5e23..f9667c20 100644
--- a/recipes-kernel/linux/linux-yocto_3.14.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.14.bbappend
@@ -1,5 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "file://defconfig"
+# Support for intel ethernet cards
+SRC_URI += "file://intel-ethernet-drivers.cfg"
SRC_URI += "file://0001-Smack-Cgroup-filesystem-access.patch"
SRC_URI += "file://0002-SMACK-Fix-handling-value-NULL-in-post-setxattr.patch" \ No newline at end of file