diff options
author | Scott Wood <scottwood@freescale.com> | 2007-09-14 16:41:56 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-04 12:02:44 -0400 |
commit | e00c5498a2a614931cbb7d88a53979d5d47594e1 (patch) | |
tree | a3c106ef1de3abea61f9e2b2ad23af90d7f9e3e8 /arch/powerpc/Kconfig | |
parent | 11c146cc19df337f4af42dade9e4fca33c5a54ee (diff) |
[POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset.
1. PCI and reset are factored out into pq2.c. I renamed them from m82xx
to pq2 because they won't work on the Integrated Host Processor line of
82xx chips (i.e. 8240, 8245, and such).
2. The PCI PIC, which is nominally board-specific, is used on multiple
boards, and thus is used into pq2ads-pci-pic.c.
3. The new CPM binding is used.
4. General cleanup.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 37ff383393bd..6f5155d8c324 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -484,7 +484,7 @@ config PCI_8260 | |||
484 | 484 | ||
485 | config 8260_PCI9 | 485 | config 8260_PCI9 |
486 | bool "Enable workaround for MPC826x erratum PCI 9" | 486 | bool "Enable workaround for MPC826x erratum PCI 9" |
487 | depends on PCI_8260 && !ADS8272 | 487 | depends on PCI_8260 && !8272 |
488 | default y | 488 | default y |
489 | 489 | ||
490 | choice | 490 | choice |