diff options
| author | Graeme Russ <[email protected]> | 2009-08-23 12:59:58 +1000 |
|---|---|---|
| committer | Tom Rix <[email protected]> | 2009-10-03 09:04:11 -0500 |
| commit | 06d0e8309e9a8eccb20a56052589557e63509fb8 (patch) | |
| tree | 8f011291e9fb2fbe9b2052a4a34cd57a4151bc8b /include | |
| parent | bd9806d696e8d8c2a0d93a73988d68f17db6402e (diff) | |
Add PCI support to eNET board
Signed-off-by: Graeme Russ <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/eNET.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/configs/eNET.h b/include/configs/eNET.h index 43567142323..243a5541785 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -86,6 +86,7 @@ #define CONFIG_CMD_MISC /* Misc functions like sleep etc*/ #undef CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ #undef CONFIG_CMD_NFS /* NFS support */ +#define CONFIG_CMD_PCI /* PCI support */ #define CONFIG_CMD_RUN /* run command in env variable */ #define CONFIG_CMD_SAVEENV /* saveenv */ #define CONFIG_CMD_SETGETDCR /* DCR support on 4xx */ @@ -200,13 +201,12 @@ /*----------------------------------------------------------------------- * PCI configuration */ -#undef CONFIG_PCI /* include pci support */ -#undef CONFIG_PCI_PNP /* pci plug-and-play */ -#undef CONFIG_PCI_SCAN_SHOW -#undef CONFIG_SYS_FIRST_PCI_IRQ -#undef CONFIG_SYS_SECOND_PCI_IRQ -#undef CONFIG_SYS_THIRD_PCI_IRQ -#undef CONFIG_SYS_FORTH_PCI_IRQ +#define CONFIG_PCI /* include pci support */ +#define CONFIG_PCI_PNP /* pci plug-and-play */ +#define CONFIG_SYS_FIRST_PCI_IRQ 10 +#define CONFIG_SYS_SECOND_PCI_IRQ 9 +#define CONFIG_SYS_THIRD_PCI_IRQ 11 +#define CONFIG_SYS_FORTH_PCI_IRQ 15 /*----------------------------------------------------------------------- * Hardware watchdog configuration |
