mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
powerpc/8xxx: Enable e1000 driver on some FSL boards
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
9147ce15c0
commit
16855ec139
3 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
|
@ -474,6 +474,7 @@
|
|||
#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
|
||||
|
|
|
@ -270,6 +270,7 @@
|
|||
#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 */
|
||||
|
|
Loading…
Reference in a new issue