From 7c18ec5d3327e36daeba7d94dbd67dbb7a78d167 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 9 Apr 2015 12:51:09 +0000 Subject: Enable Intel Ethernet drivers unconditionally in x86 bsp E1000E dropped out of the x86 defconfig recently, so we ought to ensure we have it if we need it. Change-Id: Ia0f97ffaba190901bd1ae563690b6ebc9d108e66 --- strata/bsp-x86_32-generic/linux-x86-32-generic.morph | 3 +++ strata/bsp-x86_64-generic/linux-x86-64-generic.morph | 3 +++ 2 files changed, 6 insertions(+) diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph index 76d6e9f7..9b39d185 100644 --- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph +++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph @@ -68,6 +68,9 @@ configure-commands: - scripts/config -e ATL1 - scripts/config -e ATL1C - scripts/config -e ATL1E +- scripts/config -e E100 +- scripts/config -e E1000 +- scripts/config -e E1000E - scripts/config -e IKCONFIG - scripts/config -e IKCONFIG_PROC - scripts/config -e SECCOMP diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph index b323a8b7..5a9380b9 100644 --- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph +++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph @@ -68,6 +68,9 @@ configure-commands: - scripts/config -e ATL1 - scripts/config -e ATL1C - scripts/config -e ATL1E +- scripts/config -e E100 +- scripts/config -e E1000 +- scripts/config -e E1000E - scripts/config -e IKCONFIG - scripts/config -e IKCONFIG_PROC - scripts/config -e SECCOMP -- cgit v1.2.1