From afe4056e2683d55a9ef0bddaec6bad89139be0ee 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 is not in the standard x86_64 defconfig, but it is in the i386 defconfig, and it's necessary to support commonly available hardware. 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(+) (limited to 'strata') 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