diff options
Diffstat (limited to 'include/configs/socrates.h')
-rw-r--r-- | include/configs/socrates.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 00c0dabd61b..23ed87f3382 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -237,7 +237,13 @@ #if defined(CONFIG_PCI) #define CONFIG_PCI_PNP /* do pci plug-and-play */ + +#define CONFIG_EEPRO100 +#undef CONFIG_TULIP + #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ +#define CFG_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */ + #endif /* CONFIG_PCI */ |