diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 18:55:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:59 -0400 |
commit | 66d2cc95d14b5d750a9c58209fddb62eb139eaab (patch) | |
tree | 7397b11eeb20801423e88975ecc1a79a81cf70e4 /arch/ppc/Kconfig | |
parent | cc9c540b6c4c883d7ff250c17647dedfa4184ca6 (diff) |
[PATCH] ppc32: Added PCI support MPC83xx
Adds support for the two PCI busses on MPC83xx and the MPC834x SYS/PIBS
reference board.
The code initializes PCI inbound/outbound windows, allocates and registers
PCI memory/io space. Be aware that setup of the PCI buses on the PIBs
board is expected to be done by the firmware.
Signed-off-by: Tony Li <tony.li@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 9b849e281b45..36dee0ff5ca0 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -495,6 +495,11 @@ config WINCEPT | |||
495 | MPC821 PowerPC, introduced in 1998 and designed to be used in | 495 | MPC821 PowerPC, introduced in 1998 and designed to be used in |
496 | thin-client machines. Say Y to support it directly. | 496 | thin-client machines. Say Y to support it directly. |
497 | 497 | ||
498 | Be aware that PCI buses can only function when SYS board is plugged | ||
499 | into the PIB (Platform IO Board) board from Freescale which provide | ||
500 | 3 PCI slots. The PIBs PCI initialization is the bootloader's | ||
501 | responsiblilty. | ||
502 | |||
498 | endchoice | 503 | endchoice |
499 | 504 | ||
500 | choice | 505 | choice |
@@ -1153,6 +1158,11 @@ config PCI_DOMAINS | |||
1153 | bool | 1158 | bool |
1154 | default PCI | 1159 | default PCI |
1155 | 1160 | ||
1161 | config MPC83xx_PCI2 | ||
1162 | bool " Supprt for 2nd PCI host controller" | ||
1163 | depends on PCI && MPC834x | ||
1164 | default y if MPC834x_SYS | ||
1165 | |||
1156 | config PCI_QSPAN | 1166 | config PCI_QSPAN |
1157 | bool "QSpan PCI" | 1167 | bool "QSpan PCI" |
1158 | depends on !4xx && !CPM2 && 8xx | 1168 | depends on !4xx && !CPM2 && 8xx |