[PATCH] e1000e: set CONFIG_E1000E=y in x86 defconfigs

Previous thread: Re: [ANNOUNCE] e1000 to e1000e migration of PCI Express devices by Andi Kleen on Wednesday, April 9, 2008 - 3:38 pm. (1 message)

Next thread: none
To: <torvalds@...>
Cc: <jeff@...>, <andi@...>, <netdev@...>, <e1000-devel@...>, <linux-kernel@...>, <davem@...>, <akpm@...>, <mingo@...>
Date: Wednesday, April 9, 2008 - 4:17 pm

This adds to the already default CONFIG_E1000=y in these files.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
---

arch/x86/configs/i386_defconfig | 1 +
arch/x86/configs/x86_64_defconfig | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index 3df340b..35f6308 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -814,6 +814,7 @@ CONFIG_NETDEV_1000=y
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
+CONFIG_E1000E=y
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index eef98cb..2d078d7 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -740,6 +740,7 @@ CONFIG_NETDEV_1000=y
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
+CONFIG_E1000E=y
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set

--

To: Auke Kok <auke-jan.h.kok@...>
Cc: <torvalds@...>, <jeff@...>, <andi@...>, <netdev@...>, <e1000-devel@...>, <linux-kernel@...>, <davem@...>, <akpm@...>
Date: Friday, April 11, 2008 - 4:59 am

thanks, applied.

Ingo
--

Previous thread: Re: [ANNOUNCE] e1000 to e1000e migration of PCI Express devices by Andi Kleen on Wednesday, April 9, 2008 - 3:38 pm. (1 message)

Next thread: none