diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-21 05:39:29 +0100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 20:13:41 +0100 |
commit | c3fc2de0fea2bbd54780226d66ec91d73f35e74a (patch) | |
tree | 9d41b598f82324a8100c676a0d5ddc992683d39a /arch/powerpc/platforms | |
parent | [POWERPC] 4xx: Base support for 440GX Taishan eval board (diff) | |
download | linux-c3fc2de0fea2bbd54780226d66ec91d73f35e74a.tar.xz linux-c3fc2de0fea2bbd54780226d66ec91d73f35e74a.zip |
[POWERPC] 4xx: Wire up PCI on Bamboo board
This adds the device-tree bits & call to ppc4xx_pci_find_bridges()
to make PCI work on the Bamboo board
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 1bf042498f6e..f9f65f90c9c2 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -3,6 +3,7 @@ config BAMBOO depends on 44x default n select 440EP + select PCI help This option enables support for the IBM PPC440EP evaluation board. |