[PATCH] powerpc: build in e1000e for pseries & ppc64_defconfig
Michael Neuling
mikey at neuling.org
Mon Apr 19 16:05:41 EST 2010
The e1000e device is becoming more common these days, so let's just
build it in for pseries & ppc64_defconfig.
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
arch/powerpc/configs/ppc64_defconfig | 2 +-
arch/powerpc/configs/pseries_defconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6-ozlabs/arch/powerpc/configs/ppc64_defconfig
===================================================================
--- linux-2.6-ozlabs.orig/arch/powerpc/configs/ppc64_defconfig
+++ linux-2.6-ozlabs/arch/powerpc/configs/ppc64_defconfig
@@ -988,7 +988,7 @@ CONFIG_ACENIC=m
CONFIG_ACENIC_OMIT_TIGON_I=y
# CONFIG_DL2K is not set
CONFIG_E1000=y
-CONFIG_E1000E=m
+CONFIG_E1000E=y
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_NS83820 is not set
Index: linux-2.6-ozlabs/arch/powerpc/configs/pseries_defconfig
===================================================================
--- linux-2.6-ozlabs.orig/arch/powerpc/configs/pseries_defconfig
+++ linux-2.6-ozlabs/arch/powerpc/configs/pseries_defconfig
@@ -804,7 +804,7 @@ CONFIG_ACENIC=m
CONFIG_ACENIC_OMIT_TIGON_I=y
# CONFIG_DL2K is not set
CONFIG_E1000=y
-CONFIG_E1000E=m
+CONFIG_E1000E=y
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_NS83820 is not set
More information about the Linuxppc-dev
mailing list