powerpc/8xxx: Enable e1000 driver on some FSL boards
authorKumar Gala <galak@kernel.crashing.org>
Wed, 10 Nov 2010 05:19:50 +0000 (23:19 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 10 Nov 2010 22:09:59 +0000 (16:09 -0600)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/configs/MPC8569MDS.h
include/configs/MPC8572DS.h
include/configs/P1022DS.h

index 6a15da5..b2d372e 100644 (file)
@@ -488,6 +488,7 @@ extern unsigned long get_clock_freq(void);
 
 #undef CONFIG_EEPRO100
 #undef CONFIG_TULIP
+#define CONFIG_E1000                   /* Define e1000 pci Ethernet card */
 
 #undef CONFIG_PCI_SCAN_SHOW            /* show pci devices on startup */
 
index f949cc2..692c811 100644 (file)
 #undef CONFIG_EEPRO100
 #undef CONFIG_TULIP
 #undef CONFIG_RTL8139
+#define CONFIG_E1000                   /* Define e1000 pci Ethernet card */
 
 #ifndef CONFIG_PCI_PNP
        #define PCI_ENET0_IOADDR        CONFIG_SYS_PCIE3_IO_BUS
index 6c8579f..b411fc8 100644 (file)
 #define CONFIG_NET_MULTI
 #define CONFIG_PCI_PNP                 /* do pci plug-and-play */
 #define CONFIG_PCI_SCAN_SHOW           /* show pci devices on startup */
+#define CONFIG_E1000                   /* Define e1000 pci Ethernet card */
 #endif
 
 /* SATA */